mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 00:05:42 +00:00
[github actions] Build, don't publish, for (pre)release
This commit is contained in:
parent
b0ac965a7d
commit
d95ed86174
4
.github/workflows/prerelease.yml
vendored
4
.github/workflows/prerelease.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
- name: Publish
|
||||
run: dotnet publish -c Release -r linux-x64 --self-contained true
|
||||
- name: Build
|
||||
run: dotnet build -c Release
|
||||
|
||||
- name: Build NuGet package
|
||||
run: |
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
- name: Publish
|
||||
run: dotnet publish -c Release -r linux-x64 --self-contained true
|
||||
- name: Build
|
||||
run: dotnet build -c Release
|
||||
|
||||
- name: Build NuGet package
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user