We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a9fee4 + b6c2069 commit ee75684Copy full SHA for ee75684
.github/workflows/release.yml
@@ -30,8 +30,8 @@ jobs:
30
31
- name: Install TinyGo
32
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
+ 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
35
36
- name: Get dependencies
37
.goreleaser.yaml
@@ -37,7 +37,7 @@ checksum:
name_template: "numscript_checksums.txt"
38
39
archives:
40
- - format: binary
+ - formats: binary
41
name_template: "numscript"
42
43
changelog:
0 commit comments