Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chunfantasy committed Jan 22, 2024
1 parent 738af71 commit 440eb97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_darwin_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
cp scripts/mergeLatestYmls.js release
cd release
mv latest-mac.yml latest-mac-arm64.yml
if: github.event_name != 'pull_request'

- name: Upload
uses: ./.github/actions/publish-action
with:
suffix: macOS-arm64
if: github.event_name != 'pull_request'
2 changes: 2 additions & 0 deletions .github/workflows/build_darwin_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
run: |
cd release
mv latest-mac.yml latest-mac-x64.yml
if: github.event_name != 'pull_request'

- name: Upload
uses: ./.github/actions/publish-action
with:
suffix: macOS-x64
if: github.event_name != 'pull_request'

0 comments on commit 440eb97

Please sign in to comment.