Compare commits
No commits in common. "main" and "v0.2.3" have entirely different histories.
|
|
@ -22,18 +22,11 @@ jobs:
|
|||
- name: Build
|
||||
run: dotnet build --no-restore
|
||||
- name: Publish
|
||||
run: cd Mine2d && make
|
||||
run: dotnet publish -r linux-x64 --self-contained
|
||||
- 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/build/linux-64.zip
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
with:
|
||||
# Artifact name
|
||||
name: Windows build
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: Mine2d/build/win-64.zip
|
||||
path: Mine2d/bin/Debug/net6.0/linux-x64/publish/Mine2d
|
||||
|
|
|
|||
Loading…
Reference in New Issue