Skip to content

Commit d897938

Browse files
authored
Fix MacOS toolchain filename
1 parent ba847ae commit d897938

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
bin/openocd-*-x64-win.zip
3838
3939
build_macos:
40-
if: true
4140
name: Build MacOS
4241
# runs-on: [self-hosted, macOS]
4342
runs-on: 'macos-latest'
@@ -68,7 +67,7 @@ jobs:
6867
bin/picotool-*-mac.zip
6968
bin/pico-sdk-tools-*-mac.zip
7069
bin/openocd-*-mac.zip
71-
bin/riscv-toolchain-*-mac.tar.gz
70+
bin/riscv-toolchain-*-mac.zip
7271
- name: Add Release Asset
7372
uses: softprops/action-gh-release@v2
7473
if: startsWith(github.ref, 'refs/tags/')
@@ -77,7 +76,7 @@ jobs:
7776
bin/picotool-*-mac.zip
7877
bin/pico-sdk-tools-*-mac.zip
7978
bin/openocd-*-mac.zip
80-
bin/riscv-toolchain-*-mac.tar.gz
79+
bin/riscv-toolchain-*-mac.zip
8180
8281
build_linux:
8382
name: Build Linux

0 commit comments

Comments
 (0)