Skip to content

Commit

Permalink
SHOULD be the final workflow tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Aug 22, 2024
1 parent 149b790 commit 5020112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: proudust/gh-describe@v2

- name: Build
run: dotnet publish ${{ matrix.projectPath }} --configuration Release --runtime ${{ matrix.targetPlatform }} -p:PublishReadyToRun=false -p:TieredCompilation=false -p:PublishSingleFile=true -p:Version=${{ desc.outputs.describe }} --self-contained false --output ./Build/${{ matrix.targetPlatform }}
run: dotnet publish ${{ matrix.projectPath }} --configuration Release --runtime ${{ matrix.targetPlatform }} -p:PublishReadyToRun=false -p:TieredCompilation=false -p:PublishSingleFile=true -p:Version=${{ steps.desc.outputs.describe }} --self-contained false --output ./Build/${{ matrix.targetPlatform }}

- name: Zip build
run: |
Expand Down

0 comments on commit 5020112

Please sign in to comment.