upd zad 5
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Publish artifacts
|
- name: Publish artifacts
|
||||||
id: publish
|
id: publish
|
||||||
run: |
|
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"
|
echo "::set-output name=artifact-path::$(pwd)/app"
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
|
|||||||
Reference in New Issue
Block a user