updated pipeline

This commit is contained in:
MasterGordon 2023-01-04 15:32:15 +01:00
parent c400fd62fe
commit 94f353af5b
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Publish
run: dotnet publish -r linux-x64 --self-contained
run: cd Mine2d && make
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.0
with:
# Artifact name
name: Linux build
# A file, directory or wildcard pattern that describes what to upload
path: Mine2d/bin/Debug/net6.0/linux-x64/publish/Mine2d
path: Mine2d/build/*.zip