Skip to content

Commit

Permalink
Merge pull request #5 from PagoPlus/fix/release-workflow
Browse files Browse the repository at this point in the history
[FIX] release workflow (CI)
  • Loading branch information
fermuch authored Jan 24, 2025
2 parents 6a9fee4 + b6c2069 commit ee75684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Install TinyGo
run: |
wget -P tmp/ https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb
sudo dpkg -i tmp/tinygo_0.34.0_amd64.deb
wget -P /tmp/ https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb
sudo dpkg -i /tmp/tinygo_0.34.0_amd64.deb
- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ checksum:
name_template: "numscript_checksums.txt"

archives:
- format: binary
- formats: binary
name_template: "numscript"

changelog:
Expand Down

0 comments on commit ee75684

Please sign in to comment.