Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 12, 2024
1 parent 372bfb0 commit 688c30b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
compile:
binaries:
needs: release
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -74,11 +74,15 @@ jobs:
--output "quint-${{ matrix.config.suffix }}" \
"npm:@informalsystems/quint@${VERSION}"
- name: Generate SHA256 Hash
- name: Test binary
run: |
./quint-${{ matrix.config.suffix }} --version
- name: Generate SHA256 hash
run: |
sha256sum "quint-${{ matrix.config.suffix }}" > "quint-${{ matrix.config.suffix }}.sha256"
- name: Upload Assets to Release
- name: Upload assets to Release
env:
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/using-github-cli-in-workflows
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 688c30b

Please sign in to comment.