Skip to content

Commit

Permalink
fix(ci): mark downloaded archive as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCrosson committed Jan 8, 2023
1 parent 0487004 commit 42ee385
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -328,7 +328,9 @@ jobs:
run: cat dist/**/semantic-release-cargo-*-SHA256SUM.txt | tee dist/SHA256SUMS.txt

- name: Prepare semantic-release-cargo for local use
run: cp dist/x86_64-unknown-linux-musl/semantic-release-cargo-x86_64-unknown-linux-musl ./semantic-release-cargo
run: |
cp dist/x86_64-unknown-linux-musl/semantic-release-cargo-x86_64-unknown-linux-musl ./semantic-release-cargo
chmod +x ./semantic-release-cargo
- name: Invoke semantic-release
env:
Expand Down

0 comments on commit 42ee385

Please sign in to comment.