mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-07 22:37:15 +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
|
||||
path: ppsspp/
|
||||
|
||||
- name: Create release
|
||||
- name: Create macOS release
|
||||
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'macOS' && matrix.extra == 'test'
|
||||
run: |
|
||||
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
|
||||
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'macOS' && matrix.extra == 'test'
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user