diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-01 09:19:59 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-14 14:08:05 +0200 |
commit | 2901039a485c27c686ebadebf8b67a5126ce9df0 (patch) | |
tree | 23d7623b61b657ae457784dd1c7db9413ed075b9 /.github/workflows/trigger_release.yml | |
parent | 19ee736e1d117a5da5f06740ee502d741fe01aa4 (diff) | |
download | PrismLauncher-2901039a485c27c686ebadebf8b67a5126ce9df0.tar.gz PrismLauncher-2901039a485c27c686ebadebf8b67a5126ce9df0.tar.bz2 PrismLauncher-2901039a485c27c686ebadebf8b67a5126ce9df0.zip |
feat(actions): macOS-Legacy package
still no updater part though
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github/workflows/trigger_release.yml')
-rw-r--r-- | .github/workflows/trigger_release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml index 45ef7281..71180d7a 100644 --- a/.github/workflows/trigger_release.yml +++ b/.github/workflows/trigger_release.yml @@ -40,6 +40,7 @@ jobs: mv PolyMC-Linux-Portable*/PolyMC-portable.tar.gz PolyMC-Linux-Portable-${{ env.VERSION }}.tar.gz mv PolyMC-Linux*/PolyMC.tar.gz PolyMC-Linux-${{ env.VERSION }}.tar.gz mv PolyMC-*.AppImage/PolyMC-*.AppImage PolyMC-Linux-${{ env.VERSION }}-x86_64.AppImage + mv PolyMC-macOS-Legacy*/PolyMC.tar.gz PolyMC-macOS-Legacy-${{ env.VERSION }}.tar.gz mv PolyMC-macOS*/PolyMC.tar.gz PolyMC-macOS-${{ env.VERSION }}.tar.gz tar -czf PolyMC-${{ env.VERSION }}.tar.gz PolyMC-${{ env.VERSION }} @@ -80,4 +81,5 @@ jobs: PolyMC-Windows-Portable-${{ env.VERSION }}.zip PolyMC-Windows-Setup-${{ env.VERSION }}.exe PolyMC-macOS-${{ env.VERSION }}.tar.gz + PolyMC-macOS-Legacy-${{ env.VERSION }}.tar.gz PolyMC-${{ env.VERSION }}.tar.gz |