mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 02:26:00 +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
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: artifact
|
||||
path: build/release/*
|
||||
|
Loading…
Reference in New Issue
Block a user