File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 run : dotnet restore ${{ env.PROJECT_PATH }}
2424
2525 - name : Build and publish the project
26- run : dotnet publish ${{ env.PROJECT_PATH }} -c Release --self-contained -r win-x64 -p:PublishSingleFile=true
27-
26+ run : dotnet publish ${{ env.PROJECT_PATH }} -c Release --self-contained -r win-x64 -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true -p:PublishReadyToRun=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DeleteExistingFiles=true
27+
2828 - name : Deploy artifacts
2929 uses : actions/upload-artifact@v2
3030 with :
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4848 with :
4949 upload_url : ${{ steps.create_release.outputs.upload_url }}
50- asset_path : ${{ github.workspace }}/ CineWave/bin/Release/net6.0-windows/win-x64/publish/CineWave.exe
50+ asset_path : CineWave/bin/Release/net6.0-windows/win-x64/publish/CineWave.exe
5151 asset_name : CineWave.exe
52- asset_content_type : application/octet-stream
52+ asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments