upd zad 5

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

@ -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: