Skip to content

Commit 70e1bc1

Browse files
committed
Forgot to add $...
1 parent 6908eef commit 70e1bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
- uses: actions/upload-artifact@v4
4242
with:
4343
name: sagittarius-${{ github.run_id }}
44-
path: ./build/sagittarius-{{ state.build_version }}.tar.gz
44+
path: ./build/sagittarius-${{ state.build_version }}.tar.gz
4545
compression-level: 0

0 commit comments

Comments
 (0)