diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 28334b1..92a478d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: