Skip to content

Commit

Permalink
add windows to gh release workflow [skip test]
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Apr 17, 2024
1 parent 97d9e3f commit 5611a8f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ jobs:
matrix:
os:
- ubuntu-latest
# - windows-latest
- windows-latest
- macOS-latest
steps:
- uses: actions/checkout@v1
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ env.NIM_VERSION }}
- run: npm install cmake-js -g
- run: choosenim show path -y
- run: nimble build -Y -d:release
- run: denim build src/${{github.event.repository.name}}.nim -r -y --cmake
- name: Create artifact
run: |
os="${{ runner.os }}"
Expand Down Expand Up @@ -84,9 +82,9 @@ jobs:
- os: ubuntu-latest
asset_name_suffix: linux.tar.gz
asset_content_type: application/gzip
# - os: windows-latest
# asset_name_suffix: windows.zip
# asset_content_type: application/zip
- os: windows-latest
asset_name_suffix: windows.zip
asset_content_type: application/zip
- os: macOS-latest
asset_name_suffix: macos.tar.gz
asset_content_type: application/gzip
Expand Down

0 comments on commit 5611a8f

Please sign in to comment.