Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Jan 24, 2025
1 parent 6d6cce9 commit 2ab9b22
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 @@ -49,7 +49,7 @@ jobs:
- name: Rename artifact
run: |
mv ./target/${{ matrix.job.target }}/release/app${{ matrix.job.extension }} \
./target/${{ matrix.job.target }}/release/point_tiler-${{ github.ref_name }}-${{ matrix.job.target }}${{ matrix.job.extension }}
./target/${{ matrix.job.target }}/release/${{ env.PROJECT_NAME }}-${{ github.ref_name }}-${{ matrix.job.target }}${{ matrix.job.extension }}
- name: Upload artifact to release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 2ab9b22

Please sign in to comment.