Skip to content

Commit

Permalink
ci: use cp instead of mv on tag (#268)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Dec 10, 2024
1 parent 1951616 commit d7c8645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
_filename=dingo-${{ env.RELEASE_TAG }}-${{ matrix.os }}-${{ matrix.arch }}
mv dingo ${_filename}
cp dingo ${_filename}
curl \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: application/octet-stream" \
Expand Down

0 comments on commit d7c8645

Please sign in to comment.