mirror of
https://github.com/GeyserMC/Rainbow.git
synced 2025-12-22 00:09:31 +00:00
Try specifying an artifact name
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
artifacts: |
|
artifacts: |
|
||||||
build/libs/rainbow-*.jar
|
rainbow:build/libs/rainbow-*.jar
|
||||||
|
|
||||||
- name: Get Version
|
- name: Get Version
|
||||||
if: ${{ (success() || failure()) && github.repository == 'GeyserMC/Rainbow' }}
|
if: ${{ (success() || failure()) && github.repository == 'GeyserMC/Rainbow' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user