Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Jan 18, 2025
1 parent 5e8062e commit e6f8e68
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
# - target: x86_64-pc-windows-gnu
# os: windows-latest
# extension: .exe
- target: x86_64-pc-windows-gnu
os: windows-latest
extension: .exe
- target: x86_64-apple-darwin
os: macos-latest

Expand All @@ -40,9 +40,9 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
# - target: x86_64-pc-windows-gnu
# os: windows-latest
# extension: .exe
- target: x86_64-pc-windows-gnu
os: windows-latest
extension: .exe
- target: x86_64-apple-darwin
os: macos-latest
runs-on: ${{ matrix.os }}
Expand All @@ -51,8 +51,8 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: build-${{ matrix.target }}
- run: chmod +x ./split-test
- run: ./split-test --help
- run: chmod +x ./split-test${{ matrix.extension }}
- run: ./split-test${{ matrix.extension }} --help

create-release:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit e6f8e68

Please sign in to comment.