Skip to content

Commit

Permalink
fix: update release.yml for build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenSharp429 committed Oct 29, 2024
1 parent c864352 commit 3fccede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Build
run: |
brew install automake
brew install autoconf
brew install libtool
make VERSION="${GITHUB_REF_NAME}" release
make release-dmg
shasum -a 256 build/Release/ShadowsocksX-NG.dmg > build/Release/ShadowsocksX-NG.dmg.checksum
Expand Down

0 comments on commit 3fccede

Please sign in to comment.