We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804d1db commit 5492a21Copy full SHA for 5492a21
1 file changed
.github/workflows/releases.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Rename Artifacts
62
shell: bash
63
run: |
64
- APP_NAME={{ project-name }}
+ APP_NAME=tracker
65
ver=${GITHUB_REF#refs/tags/}
66
ASSET_PATH=$APP_NAME-$ver-${{ matrix.target }}${{ matrix.ext }}
67
mv target/${{ matrix.target }}/release/$APP_NAME $ASSET_PATH
0 commit comments