Skip to content

Commit

Permalink
Fix MacOS toolchain filename
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi authored Aug 29, 2024
1 parent ba847ae commit d897938
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
bin/openocd-*-x64-win.zip
build_macos:
if: true
name: Build MacOS
# runs-on: [self-hosted, macOS]
runs-on: 'macos-latest'
Expand Down Expand Up @@ -68,7 +67,7 @@ jobs:
bin/picotool-*-mac.zip
bin/pico-sdk-tools-*-mac.zip
bin/openocd-*-mac.zip
bin/riscv-toolchain-*-mac.tar.gz
bin/riscv-toolchain-*-mac.zip
- name: Add Release Asset
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -77,7 +76,7 @@ jobs:
bin/picotool-*-mac.zip
bin/pico-sdk-tools-*-mac.zip
bin/openocd-*-mac.zip
bin/riscv-toolchain-*-mac.tar.gz
bin/riscv-toolchain-*-mac.zip
build_linux:
name: Build Linux
Expand Down

0 comments on commit d897938

Please sign in to comment.