aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-07-22 22:03:34 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-07-22 22:11:53 +0200
commit0f1d51f866de15bfca1afc26fa04d54fd8667920 (patch)
tree37f20ca5907a3fc77db20663f04e07463f676d11 /.github/workflows/build.yml
parent7a13412ec762d8fe342445d13f57482637f294eb (diff)
downloadPrismLauncher-0f1d51f866de15bfca1afc26fa04d54fd8667920.tar.gz
PrismLauncher-0f1d51f866de15bfca1afc26fa04d54fd8667920.tar.bz2
PrismLauncher-0f1d51f866de15bfca1afc26fa04d54fd8667920.zip
Update .github/workflows/build.yml
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 30c02301..0599c1d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -374,14 +374,14 @@ jobs:
if: runner.os == 'Linux' && matrix.qt_ver !=5
uses: actions/upload-artifact@v3
with:
- name: PolyMC-${{ runner.os }}-qt6-${{ env.VERSION }}-${{ inputs.build_type }}
+ name: PolyMC-${{ runner.os }}-Qt6-${{ env.VERSION }}-${{ inputs.build_type }}
path: PolyMC.tar.gz
- name: Upload binary tarball (Linux, portable, Qt 6)
if: runner.os == 'Linux' && matrix.qt_ver != 5
uses: actions/upload-artifact@v3
with:
- name: PolyMC-${{ runner.os }}-Portable-qt6-${{ env.VERSION }}-${{ inputs.build_type }}
+ name: PolyMC-${{ runner.os }}-Qt6-Portable-${{ env.VERSION }}-${{ inputs.build_type }}
path: PolyMC-portable.tar.gz
- name: Upload AppImage (Linux)