Skip to content

Commit

Permalink
add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
altunenes committed Apr 21, 2024
1 parent 16fd013 commit 12cc11a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:

- name: Zip assets
run: |
cd release
if [ "${{ runner.os }}" = "Windows" ]; then
Compress-Archive -Path "${{ matrix.bin }}/*" -DestinationPath "${{ matrix.bin }}-${{ matrix.os }}.zip"
else
zip -r "${{ matrix.bin }}-${{ matrix.os }}.zip" "${{ matrix.bin }}"
fi
shell: bash
cd release
if [ "${{ runner.os }}" = "Windows" ]; then
Compress-Archive -Path "${{ matrix.bin }}/*" -DestinationPath "${{ matrix.bin }}-${{ matrix.os }}.zip"
else
zip -r "${{ matrix.bin }}-${{ matrix.os }}.zip" "${{ matrix.bin }}"
fi
shell: pwsh
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 12cc11a

Please sign in to comment.