Fix action #7

Merged
quentinlegot merged 15 commits from dev into master 2023-03-21 09:35:10 +01:00
Showing only changes of commit 2ad62de9f7 - Show all commits

View File

@ -3,7 +3,7 @@
# certain platforms or Java versions, and provides a first line of defence # certain platforms or Java versions, and provides a first line of defence
# against bad commits. # against bad commits.
name: build name:
on: on:
push: push:
branches: [ master, dev ] branches: [ master, dev ]
@ -14,7 +14,7 @@ on:
jobs: jobs:
build: build:
strategy: strategy:
matrix:- matrix:
java: [ '17' ] java: [ '17' ]
# and run on both Linux and Windows # and run on both Linux and Windows
os: [ubuntu-latest, windows-2022] os: [ubuntu-latest, windows-2022]
@ -44,4 +44,4 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: Artifacts name: Artifacts
path: build/libs/ path: build/libs/