Skip to content

Commit

Permalink
Here be Dragons
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Jan 16, 2020
1 parent b109733 commit dac7105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
for file in binaries/*; do
gzip "${file}"
mv "${file}" "${file}-${TAG}-${{matrix.arch}}.gz"
mv "${file}.gz" "${file}-${TAG}-${{matrix.arch}}.gz"
done
- name: Print sha256sum of extracted binaries
Expand Down

0 comments on commit dac7105

Please sign in to comment.