Skip to content

Commit 20013b9

Browse files
workflow update
1 parent 4fdae0d commit 20013b9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish-singlefile.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ jobs:
3131
run: dotnet restore
3232

3333
- 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 }}
34+
run: dotnet publish SlipperyPete.sln --configuration Release --runtime ${{ matrix.rid }} --self-contained true /p:PublishSingleFile=true /p:PublishTrimmed=true --output artifacts/${{ matrix.rid }}
4235

4336
- name: Upload build artifact
4437
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)