Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2025-01-11 15:41:01 +01:00
Upload artifacts to GitHub on the dev repository (#4325)
Dieser Commit ist enthalten in:
Ursprung
5aae4ab10a
Commit
33d2376e5c
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -24,3 +24,10 @@ jobs:
|
||||
check-latest: true
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- name: Upload Artifacts to GitHub
|
||||
# Only upload on the preview repository as there is no CI job for it.
|
||||
if: ${{ github.repository == 'ViaVersionDev' && github.ref_name == 'preview' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs/
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren