Skip to content

Commit

Permalink
quotes for strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 10, 2024
1 parent 547d4ab commit 2a32ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
- name: Compile with Deno from NPM Release
run: |
deno compile \
--target ${{ matrix.config.target }} \
--output quint-${{ matrix.config.suffix }} \
--allow-all \
--target "${{ matrix.config.target }}" \
--output "quint-${{ matrix.config.suffix }}" \
"npm:@informalsystems/quint@${{ github.ref_name }}"
- name: Generate SHA256 Hash
run: |
sha256sum quint-${{ matrix.config.suffix }} > quint-${{ matrix.config.suffix }}.sha256
sha256sum "quint-${{ matrix.config.suffix }}" > "quint-${{ matrix.config.suffix }}.sha256"
- name: Upload Assets to Release
env:
Expand Down

0 comments on commit 2a32ea5

Please sign in to comment.