We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6908eef commit 70e1bc1Copy full SHA for 70e1bc1
.github/workflows/artifact.yml
@@ -41,5 +41,5 @@ jobs:
41
- uses: actions/upload-artifact@v4
42
with:
43
name: sagittarius-${{ github.run_id }}
44
- path: ./build/sagittarius-{{ state.build_version }}.tar.gz
+ path: ./build/sagittarius-${{ state.build_version }}.tar.gz
45
compression-level: 0
0 commit comments