mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-12 17:48:43 +00:00
Include macOS name in the zip archive
This commit is contained in:
parent
ed046aebf5
commit
b583d16c29
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -249,13 +249,13 @@ jobs:
|
|||||||
name: ${{ matrix.os }} build
|
name: ${{ matrix.os }} build
|
||||||
path: ppsspp/
|
path: ppsspp/
|
||||||
|
|
||||||
- name: Create release
|
- name: Create macOS release
|
||||||
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'macOS' && matrix.extra == 'test'
|
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'macOS' && matrix.extra == 'test'
|
||||||
run: |
|
run: |
|
||||||
cd ppsspp || exit 1
|
cd ppsspp || exit 1
|
||||||
mv PPSSPPSDL.zip PPSSPPSDL-${GITHUB_REF##*/}.zip || exit 1
|
mv PPSSPPSDL.zip PPSSPPSDL-macOS-${GITHUB_REF##*/}.zip || exit 1
|
||||||
|
|
||||||
- name: Upload release
|
- name: Upload macOS release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'macOS' && matrix.extra == 'test'
|
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'macOS' && matrix.extra == 'test'
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user