Skip to content

Commit

Permalink
chore: release 0.7.0
Browse files Browse the repository at this point in the history
For real this time
  • Loading branch information
noaione committed Jan 1, 2025
1 parent f2fd6c5 commit 5c8b881
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
shell: bash

- name: Permissions (Nightly)
if: env.BUILD_PROFILE == 'debug' && matrix.os[0] != 'windows-latest'
if: env.BUILD_PROFILE == 'debug' && matrix.os[0] != 'windows-2022'
run: |
chmod +x target/${{ matrix.os[1] }}/ci/tosho
shell: bash
Expand All @@ -134,7 +134,7 @@ jobs:
RELEASE: true

- name: Prepare release
if: env.BUILD_PROFILE == 'release'
if: env.BUILD_PROFILE == 'release' && matrix.os[0] != 'windows-2022'
shell: bash
run: |
cd target/${{ matrix.os[1] }}/ci
Expand All @@ -144,12 +144,13 @@ jobs:
cd ../../..
- name: Prepare release (Win32)
if: env.BUILD_PROFILE == 'release'
if: env.BUILD_PROFILE == 'release' && matrix.os[0] == 'windows-2022'
run: |
cd target/${{ matrix.os[1] }}/ci
Compress-Archive -Path tosho.exe -DestinationPath tosho-${{ matrix.os[1] }}.zip
mv tosho-${{ matrix.os[1] }}.zip ../../..
cd ../../..
shell: powershell

- name: Upload artifact (Release)
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
Expand Down

0 comments on commit 5c8b881

Please sign in to comment.