Skip to content

Commit 1da170c

Browse files
committed
lol dumb workaround
1 parent f2c3703 commit 1da170c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
run: dotnet restore
1919
- name: Build
2020
run: dotnet publish -c Release -o build --no-restore
21-
- uses: montudor/action-zip@v0.1.1
21+
- name: Zip build directory
22+
uses: montudor/action-zip@v0.1.1
2223
with:
23-
args: cd build && zip -qq -r ../WhereIsForward.zip *
24+
args: sh -c "cd build && zip -qq -r ../WhereIsForward.zip *"
2425
- name: Upload binaries
2526
uses: skx/github-action-publish-binaries@release-1.3
2627
env:

0 commit comments

Comments
 (0)