mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-02-18 07:32:30 +00:00
Update dotnet.yml
This commit is contained in:
parent
7833c0a6dc
commit
e040ddedfa
1 changed files with 4 additions and 4 deletions
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
|
@ -27,10 +27,10 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal
|
run: dotnet test --no-build --verbosity normal
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: dotnet publish Capy64/Capy64.csproj -c Release --no-self-contained -o publish
|
run: dotnet publish Capy64/Capy64.csproj -c Release --no-self-contained -a x64 -o publish -p:PublishSingleFile=true
|
||||||
- name: Download a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
uses: actions/download-artifact@v3.0.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: publish
|
name: Publish
|
||||||
path: Capy64/publish/**
|
path: Capy64/publish/**
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
Loading…
Add table
Reference in a new issue