Skip to content

Commit bfb295c

Browse files
committed
Fix workflow
1 parent 02b14ac commit bfb295c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
run: tar czvf tshotkeytrigger-linux-amd64.tar.gz -C builddir tshotkeytrigger LICENSE THIRD_PARTY_LICENSES
3030

3131
- uses: actions/upload-artifact@v4
32-
name: tshotkeytrigger-linux-amd64.tar.gz
33-
path: builddir/tshotkeytrigger-linux-amd64.tar.gz
32+
with:
33+
name: tshotkeytrigger-linux-amd64.tar.gz
34+
path: builddir/tshotkeytrigger-linux-amd64.tar.gz

0 commit comments

Comments
 (0)