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 f5f8763 commit 6d6cce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:

- name: Rename artifact
run: |
mv ./target/${{ matrix.job.target }}/release/app \
./target/${{ matrix.job.target }}/release/${{ env.PROJECT_NAME }}-${{ github.ref_name }}-${{ matrix.job.target }}${{ matrix.job.extension }}
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 }}
- name: Upload artifact to release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 6d6cce9

Please sign in to comment.