Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k authored Dec 23, 2021
1 parent 9db68d2 commit 4b741cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
shell: bash
run: |
set -x
unzip "${{github.workspace}}/package/*.zip" ./
unzip "${{github.workspace}}/package/*.zip" -d ./
FILES="./*.so"
ASSETS=()
for ASSET in $FILES; do
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
shell: bash
run: |
set -x
unzip "${{github.workspace}}/package/*.zip" ./
unzip "${{github.workspace}}/package/*.zip" -d ./
FILES="./*.dll"
ASSETS=()
for ASSET in $FILES; do
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
shell: bash
run: |
set -x
unzip "${{github.workspace}}/package/*.zip" ./
unzip "${{github.workspace}}/package/*.zip" -d ./
FILES="./*.dylib"
ASSETS=()
for ASSET in $FILES; do
Expand Down

0 comments on commit 4b741cb

Please sign in to comment.