Update build.yml

This commit is contained in:
Max W 2023-12-08 12:51:14 +01:00
parent afae441d6c
commit b1257c57ae

View File

@ -27,7 +27,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: artifacts
name: jar-artifact
path: target/*.jar
build-image:
runs-on: ubuntu-22.04