diff options
author | Kenneth Chew <79120643+kthchew@users.noreply.github.com> | 2022-05-20 15:56:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 15:56:13 -0400 |
commit | cbc8c1aed63e9cd106b468ae720aa650beec646a (patch) | |
tree | 0e250fb61ad380e41da2f9fe6d4cb503b23fc10a | |
parent | 85ec9d95a43cc884224095477e7321b84d2cc99f (diff) | |
download | PrismLauncher-cbc8c1aed63e9cd106b468ae720aa650beec646a.tar.gz PrismLauncher-cbc8c1aed63e9cd106b468ae720aa650beec646a.tar.bz2 PrismLauncher-cbc8c1aed63e9cd106b468ae720aa650beec646a.zip |
Use consistent naming scheme
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ab30d45..d12f176c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -269,7 +269,7 @@ jobs: if: runner.os == 'Windows' uses: actions/upload-artifact@v3 with: - name: PolyMC-${{ matrix.name }}-${{ env.VERSION }}-${{ inputs.build_type }}-Setup + name: PolyMC-${{ matrix.name }}-Setup-${{ env.VERSION }}-${{ inputs.build_type }} path: PolyMC-Setup.exe - name: Upload binary tarball (Linux) |