We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdae0d commit 20013b9Copy full SHA for 20013b9
.github/workflows/publish-singlefile.yml
@@ -31,14 +31,7 @@ jobs:
31
run: dotnet restore
32
33
- name: Publish single-file executable
34
- run: |
35
- dotnet publish SlipperyPete.sln \
36
- --configuration Release \
37
- --runtime ${{ matrix.rid }} \
38
- --self-contained true \
39
- /p:PublishSingleFile=true \
40
- /p:PublishTrimmed=true \
41
- --output artifacts/${{ matrix.rid }}
+ run: dotnet publish SlipperyPete.sln --configuration Release --runtime ${{ matrix.rid }} --self-contained true /p:PublishSingleFile=true /p:PublishTrimmed=true --output artifacts/${{ matrix.rid }}
42
43
- name: Upload build artifact
44
uses: actions/upload-artifact@v4
0 commit comments