Skip to content

Commit

Permalink
ci: Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored May 5, 2023
1 parent aeb38fc commit 364e6e5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
commit: ${{ github.sha }}
tag: ${{ steps.semver.outputs.nextStrict }}
name: ${{ steps.semver.outputs.nextStrict }}
body: ${{ steps.changelog.outputs.changelog }}
body: ${{ steps.changelog.outputs.changes }}
token: ${{ secrets.GITHUB_TOKEN }}

# -----------------------------------------------------------------
Expand All @@ -74,11 +74,7 @@ jobs:
ext: tar.gz
- os: macos-latest
platform: darwin
arch: x64
ext: dmg
- os: macos-latest
platform: darwin
arch: arm64
arch: universal
ext: dmg
- os: windows-latest
platform: win32
Expand Down Expand Up @@ -116,7 +112,7 @@ jobs:
# -----------------------------------------------------------------
release:
name: Publish Release
needs: [build]
needs: [prepare, build]
runs-on: ubuntu-latest
env:
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}
Expand Down

0 comments on commit 364e6e5

Please sign in to comment.