Skip to content

Commit 52d971f

Browse files
committed
Fix path for Debian to download the oldstable binary
1 parent 8990f2b commit 52d971f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
uses: actions/upload-artifact@v4
168168
with:
169169
name: celq-${{ matrix.target }}
170-
path: target/${{ matrix.target }}${{ matrix.zigtargetsuffix }}/debug/celq
170+
path: target/${{ matrix.target }}/debug/celq
171171
retention-days: 1
172172

173173
test-debian-oldstable:

0 commit comments

Comments
 (0)