mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-16 20:41:57 +01:00
Use v2-preview of upload-action to upload the jars again
This commit is contained in:
parent
2f046b63d4
commit
41d059f429
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -15,3 +15,7 @@ jobs:
|
|||||||
run: ./gradlew test
|
run: ./gradlew test
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
- uses: actions/upload-artifact@v2-preview
|
||||||
|
with:
|
||||||
|
name: artifact
|
||||||
|
path: build/release/*
|
||||||
|
Loading…
Reference in New Issue
Block a user