Skip to content

Commit ee75684

Browse files
authored
Merge pull request #5 from PagoPlus/fix/release-workflow
[FIX] release workflow (CI)
2 parents 6a9fee4 + b6c2069 commit ee75684

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030

3131
- name: Install TinyGo
3232
run: |
33-
wget -P tmp/ https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb
34-
sudo dpkg -i tmp/tinygo_0.34.0_amd64.deb
33+
wget -P /tmp/ https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb
34+
sudo dpkg -i /tmp/tinygo_0.34.0_amd64.deb
3535
3636
- name: Get dependencies
3737
run: |

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ checksum:
3737
name_template: "numscript_checksums.txt"
3838

3939
archives:
40-
- format: binary
40+
- formats: binary
4141
name_template: "numscript"
4242

4343
changelog:

0 commit comments

Comments
 (0)