Skip to content

Commit

Permalink
Fix binary release; add verify tag (FuelLabs#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
bing authored Aug 19, 2022
1 parent 21887f4 commit 926753a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ jobs:
run: |
cargo install toml-cli
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} forc/Cargo.toml
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} forc-plugins/forc-client/Cargo.toml
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} forc-plugins/forc-explore/Cargo.toml
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} forc-plugins/forc-fmt/Cargo.toml
./.github/workflows/scripts/verify_tag.sh ${{ github.ref_name }} forc-plugins/forc-lsp/Cargo.toml
Expand Down Expand Up @@ -625,7 +626,7 @@ jobs:
ZIP_FILE_NAME=forc-binaries-${{ env.PLATFORM_NAME }}_${{ env.ARCH }}.tar.gz
echo "ZIP_FILE_NAME=$ZIP_FILE_NAME" >> $GITHUB_ENV
mkdir -pv ./forc-binaries
for binary in forc forc-fmt forc-lsp forc-explore forc-client; do
for binary in forc forc-fmt forc-lsp forc-explore forc-deploy forc-run; do
cp $(which ${binary}) ./forc-binaries
done
tar -czvf $ZIP_FILE_NAME ./forc-binaries
Expand Down

0 comments on commit 926753a

Please sign in to comment.