File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,26 +18,26 @@ jobs:
1818 --allow-net
1919 --allow-run
2020 --target=aarch64-apple-darwin
21- --output aarch64-apple-darwin/nudge
21+ --output nudge- aarch64-apple-darwin
2222 nudge.ts
2323 - name : 🔨 Nudge for 🍎
2424 run : >-
2525 deno compile
2626 --allow-net
2727 --allow-run
2828 --target=x86_64-apple-darwin
29- --output x86_64-apple-darwin/nudge
29+ --output nudge- x86_64-apple-darwin
3030 nudge.ts
3131 - name : 🔨 Nudge for 🐧
3232 run : >-
3333 deno compile
3434 --allow-net
3535 --allow-run
3636 --target=x86_64-unknown-linux-gnu
37- --output x86_64-unknown-linux-gnu/nudge
37+ --output nudge- x86_64-unknown-linux-gnu
3838 nudge.ts
3939 - name : Nudge the release binaries
4040 uses : AButler/upload-release-assets@v2.0
4141 with :
42- files : " */ nudge"
42+ files : " nudge-* "
4343 repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments