mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-19 04:15:14 -04:00
github: rename macOS build with architecture
This commit is contained in:
parent
dce8c7e9e7
commit
a705456763
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
name: minosoft-win64
|
name: minosoft-win64
|
||||||
path: target/Minosoft-*.jar
|
path: target/Minosoft-*.jar
|
||||||
build-mac:
|
build-mac:
|
||||||
runs-on: macos-11
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
@ -66,9 +66,8 @@ jobs:
|
|||||||
cache: maven
|
cache: maven
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
- name: Upload macOS build
|
- name: Upload macOS x64 build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: macos-build
|
name: minosoft-macos-x64
|
||||||
path: target/Minosoft-*.jar
|
path: target/Minosoft-*.jar
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user