Skip to content

Commit

Permalink
Change zip contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Aug 19, 2023
1 parent 8aa019a commit 27ba753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Install dependencies and build
run: yarn --frozen-lockfile
- name: Zip artifacts
run: zip -r build-artifacts ${{ github.workspace }}
run: |
cd ${{ github.workspace }}
zip -r build-artifacts ${{ github.workspace }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 27ba753

Please sign in to comment.