upd zad 5
Some checks failed
First CI / build (linux-x64) (push) Successful in 1m6s
First CI / build (win-x64) (push) Successful in 1m0s
First CI / upload (push) Failing after 11s

This commit is contained in:
Yehor Dreval 2023-12-01 11:59:15 +01:00
parent 1c818a32d5
commit 4e66222556

View File

@ -28,7 +28,7 @@ jobs:
- name: Publish artifacts
id: publish
run: |
dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
dotnet publish -o app -r ${{ matrix.rid }} --self-contained true
echo "::set-output name=artifact-path::$(pwd)/app"
upload: