mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-15 18:34:56 -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
|
||||
path: target/Minosoft-*.jar
|
||||
build-mac:
|
||||
runs-on: macos-11
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 11
|
||||
@ -66,9 +66,8 @@ jobs:
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Upload macOS build
|
||||
- name: Upload macOS x64 build
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: macos-build
|
||||
name: minosoft-macos-x64
|
||||
path: target/Minosoft-*.jar
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user