1
0
mirror of https://github.com/GeyserMC/Rainbow.git synced 2025-12-19 14:59:16 +00:00

Try specifying an artifact name

This commit is contained in:
onebeastchris
2025-07-18 12:54:14 +02:00
parent be80ecd3cf
commit 543468859e

View File

@@ -38,7 +38,7 @@ jobs:
if: success()
with:
artifacts: |
build/libs/rainbow-*.jar
rainbow:build/libs/rainbow-*.jar
- name: Get Version
if: ${{ (success() || failure()) && github.repository == 'GeyserMC/Rainbow' }}