Skip to content

Commit ce3df87

Browse files
author
Ryan Hatfield
committed
Change binary path for artifact
1 parent 8e7668a commit ce3df87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)