Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tkumata committed Nov 30, 2024
1 parent 789d2e4 commit aa8f34e
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,10 @@ jobs:
mkdir -p dist
cp target/aarch64-apple-darwin/release/rtyping dist/rtyping-aarch64-apple-darwin
- name: Upload artifact for ARM Mac
uses: actions/upload-artifact@v3
with:
name: aarch64-macos-binary
path: dist/rtyping-aarch64-apple-darwin

release:
needs:
- build-macos
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Download all artifacts
uses: actions/download-artifact@v3
with:
name: aarch64-macos-binary

- name: Upload to Release
uses: softprops/action-gh-release@v1
with:
files: |
*
dist/rtyping-aarch64-apple-darwin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aa8f34e

Please sign in to comment.