Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Nov 18, 2024
1 parent c844700 commit 896f255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Rename artifact
run: |
mv ./app/target/${{ matrix.job.target }}/release/${{ env.PROJECT_NAME }} \
mv ./app/target/${{ matrix.job.target }}/release/app \
./app/target/${{ matrix.job.target }}/release/${{ env.PROJECT_NAME }}-${{ github.ref_name }}-${{ matrix.job.target }}${{ matrix.job.extension }}
- name: Create Release
Expand Down

0 comments on commit 896f255

Please sign in to comment.