mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
tweak action
This commit is contained in:
parent
58d88f3dd4
commit
44fa309d20
7
.github/workflows/all-ci.yml
vendored
7
.github/workflows/all-ci.yml
vendored
@ -15,17 +15,14 @@ jobs:
|
||||
- name: Install 64tass
|
||||
run: sudo apt-get update -y && sudo apt-get install -y 64tass
|
||||
|
||||
- name: Set up JDK
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: adopt
|
||||
|
||||
- name: Build and test with Gradle
|
||||
run: ./gradlew build --no-daemon
|
||||
|
||||
- name: Create shadowJar
|
||||
run: ./gradlew shadowJar --no-daemon
|
||||
run: ./gradlew build shadowJar --no-daemon
|
||||
|
||||
- name: Create compiler shadowJar artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user