Skip to content

Commit

Permalink
Fix again build_natives.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia authored Aug 6, 2023
1 parent 501d12b commit b7751a2
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/build_natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,15 @@ jobs:
name: native-mac-amd64
path: ${{github.workspace}}/amd64
- name: Rename Apple Silicon native to append architecture
with:
run: |
brew install rename
cd ${{github.workspace}}/
rename -a -aarch64 *
run: |
brew install rename
cd ${{github.workspace}}/
rename -a -aarch64 *
- name: Rename natives to append architecture
with:
run: |
brew install rename
cd ${{github.workspace}}/amd64
rename -a amd64- *
run: |
brew install rename
cd ${{github.workspace}}/amd64
rename -a amd64- *
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b7751a2

Please sign in to comment.