Skip to content

Commit 5492a21

Browse files
committed
ci: fix releases workflow
1 parent 804d1db commit 5492a21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Rename Artifacts
6262
shell: bash
6363
run: |
64-
APP_NAME={{ project-name }}
64+
APP_NAME=tracker
6565
ver=${GITHUB_REF#refs/tags/}
6666
ASSET_PATH=$APP_NAME-$ver-${{ matrix.target }}${{ matrix.ext }}
6767
mv target/${{ matrix.target }}/release/$APP_NAME $ASSET_PATH

0 commit comments

Comments
 (0)