diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-19 19:06:17 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-19 19:06:17 +0200 |
commit | 4a3d94aaf9092a5f4b53690568a29597a41a3619 (patch) | |
tree | 7f531f05ffef64b4c7eca5310c1f62e3129a03ed /.github | |
parent | c3524a9d5706f09502f3d69175b867920248f2ba (diff) | |
download | PrismLauncher-4a3d94aaf9092a5f4b53690568a29597a41a3619.tar.gz PrismLauncher-4a3d94aaf9092a5f4b53690568a29597a41a3619.tar.bz2 PrismLauncher-4a3d94aaf9092a5f4b53690568a29597a41a3619.zip |
fix: fix filename of linux portable
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/trigger_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml index cea7bc6c..ff0d2b3f 100644 --- a/.github/workflows/trigger_release.yml +++ b/.github/workflows/trigger_release.yml @@ -33,7 +33,7 @@ jobs: - name: Package artifacts properly run: | mv ${{ github.workspace }}/PolyMC-source PolyMC-${{ env.VERSION }} - mv PolyMC-Linux-Portable*/PolyMC-portable.tar.gz PolyMC-Linux-Portable-{{env.VERSION}}.tar.gz + 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*/PolyMC.tar.gz PolyMC-macOS-${{ env.VERSION }}.tar.gz |