Skip to content

Commit 5c2e9d8

Browse files
committed
Fix upload artifact path in the GH workflow
1 parent 491d6fe commit 5c2e9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/upload-artifact@v4
6363
with:
6464
name: swiftly-tests-x86_64
65-
path: .build/release/test-swiftly-linux-x86_64.tar.gz
65+
path: .build/debug/test-swiftly-linux-x86_64.tar.gz
6666
if-no-files-found: error
6767
retention-days: 1
6868

0 commit comments

Comments
 (0)