mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 10:37:00 +00:00
FINALLY fix the typo
This commit is contained in:
parent
15855bc0c9
commit
a965ca2d2d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
name: Pound-win64-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{needs.get-info.outputs.shorthash}}
|
name: Pound-win64-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{needs.get-info.outputs.shorthash}}
|
||||||
path: artifact/
|
path: artifact/
|
||||||
|
|
||||||
macOS-x86_64:
|
macOS-x86_64:
|
||||||
name: macOS x86_64
|
name: macOS x86_64
|
||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
needs: get-info
|
needs: get-info
|
||||||
|
|
@ -131,7 +131,7 @@ jobs:
|
||||||
name: Pound-macOS-x86_64-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{ needs.get-info.outputs.shorthash }}
|
name: Pound-macOS-x86_64-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{ needs.get-info.outputs.shorthash }}
|
||||||
path: artifact/
|
path: artifact/
|
||||||
|
|
||||||
macOS-arm64:
|
macOS-arm64:
|
||||||
name: macOS ARM64
|
name: macOS ARM64
|
||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
needs: get-info
|
needs: get-info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue