diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-15 15:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 15:24:30 +0200 |
commit | c089f9b59f32780d3228d08c2d2eeb95e4ace9e1 (patch) | |
tree | b31f8869425be0d16363b5fb461719dbf1826308 /.github/workflows/trigger_release.yml | |
parent | 924c1634d35e4e10222d12cb69ec11dd8b8af8ac (diff) | |
parent | 03d077e915cf2bf06474b17e51e0c664f57eb348 (diff) | |
download | PrismLauncher-c089f9b59f32780d3228d08c2d2eeb95e4ace9e1.tar.gz PrismLauncher-c089f9b59f32780d3228d08c2d2eeb95e4ace9e1.tar.bz2 PrismLauncher-c089f9b59f32780d3228d08c2d2eeb95e4ace9e1.zip |
Merge pull request #1203 from DioEgizio/macos-legacy
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 |