mirror of
https://github.com/unclshura/splitter.git
synced 2026-06-22 00:22:01 +00:00
Fixing the actions
This commit is contained in:
parent
c2d24a36b9
commit
9a27a083ab
14
.github/workflows/publish.yml
vendored
14
.github/workflows/publish.yml
vendored
@ -23,16 +23,14 @@ jobs:
|
|||||||
run: dotnet restore -r win-x64
|
run: dotnet restore -r win-x64
|
||||||
|
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
env:
|
run: dotnet build -c Release --no-restore `
|
||||||
GITHUB_RUN_NUMBER: ${{ github.run_number }}
|
/p:BuildNumber=${{ github.run_number }} `
|
||||||
GITHUB_SHA: ${{ github.sha }}
|
/p:SourceRevisionId=${{ github.sha }}
|
||||||
run: dotnet build -c Release --no-restore
|
|
||||||
|
|
||||||
- name: Publish Release
|
- name: Publish Release
|
||||||
env:
|
run: dotnet publish -c Release -r win-x64 --self-contained true --no-build `
|
||||||
GITHUB_RUN_NUMBER: ${{ github.run_number }}
|
/p:BuildNumber=${{ github.run_number }} `
|
||||||
GITHUB_SHA: ${{ github.sha }}
|
/p:SourceRevisionId=${{ github.sha }}
|
||||||
run: dotnet publish -c Release -r win-x64 --self-contained true --no-build
|
|
||||||
|
|
||||||
- name: Create ZIP
|
- name: Create ZIP
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user