Skip to content

Commit 31289e2

Browse files
committed
Try again
1 parent 73ed4c4 commit 31289e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ jobs:
281281
mkdir -p modules/simplex/scripts
282282
cp -r ./scripts/simplexui modules/simplex/scripts
283283
cd modules
284-
zip -r simplex.zip .
284+
zip -r ../simplex.zip .
285+
cd ..
285286
286287
- name: Upload Artifacts
287288
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)