Skip to content

Commit aee2205

Browse files
authored
Add missing cli switch and fix artifact upload in release.yml. (#6)
Signed-off-by: Josh <[email protected]>
1 parent d0c3f25 commit aee2205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install
6363
working-directory: ./ci
6464
run: |
65-
deno run -q ci install --build-logs --build-name darwin --install-name darwin
65+
deno run -q ci install --build-logs --build-name darwin --install-name darwin --target wine64,wine32on64
6666
- name: Package
6767
working-directory: ./ci
6868
run: |
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/upload-artifact@v4
8484
with:
8585
name: build-logs
86-
path: $GITHUB_WORKSPACE/build-logs.tar.xz
86+
path: build-logs.tar.xz
8787
- name: Create keys
8888
working-directory: ./ci
8989
env:

0 commit comments

Comments
 (0)