Skip to content

Commit

Permalink
ci: release 0.0.4
Browse files Browse the repository at this point in the history
Release-As: 0.0.4
  • Loading branch information
Zel9278 committed Jan 22, 2024
1 parent b936bfa commit 60aa416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cp target/${{ matrix.target }}/release/jbox.exe target/${{ matrix.target }}/zip
cp -r assets target/${{ matrix.target }}/zip
cd target/${{ matrix.target }}/zip
powershell Compress-Archive -Path * -DestinationPath ../${{ matrix.target }}.zip
powershell Compress-Archive -Path "*" -DestinationPath ../${{ matrix.target }}.zip
- uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: ${{ matrix.target }}
Expand All @@ -76,7 +76,7 @@ jobs:
if: ${{ inputs.tag-name }}
working-directory: target/${{ matrix.target }}/
run: |
if [[ "${{ matrix.target }}" == "x86_64-unknown-linux-gnu" ]]; then
if [[ "${{ matrix.target }}" == "x86_64-unknown-linux-gnu" || "${{ matrix.target }}" == "x86_64-apple-darwin" || "${{ matrix.target }}" == "aarch64-apple-darwin" ]]; then
filename="${{ matrix.target }}.tar.gz"
else
filename="${{ matrix.target }}.zip"
Expand Down

0 comments on commit 60aa416

Please sign in to comment.