Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nqeron authored Jan 24, 2024
1 parent 00a05a3 commit 4e5c37d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
os: [windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
env:
out-ext: ${{ matrix.os == 'windows-latest' && '.exe' || '.sh' }}
steps:

- name: Checkout code
Expand All @@ -43,10 +45,6 @@ jobs:
- name: Install reqs
run: nimble install -y

- name: extension
env:
out-ext: ${{ matrix.os == 'windows-latest' && '.exe' || '.sh' }}

- name: Build
id: build
run: |
Expand Down

0 comments on commit 4e5c37d

Please sign in to comment.