Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Fix a typeo, not sure how that got in
  • Loading branch information
halgari authored Jan 27, 2024
1 parent ec48304 commit fe652c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Publish (Windows)
if: runner.os == 'Windows'
run: dotnet publish other/GameFinder.Example/GameFinder.Example.csproj -o ${{ github.workspace }}/bin/${{ runner.os }} -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:PublishTrimmed=fal
run: dotnet publish other/GameFinder.Example/GameFinder.Example.csproj -o ${{ github.workspace }}/bin/${{ runner.os }} -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:PublishTrimmed=false

- name: Publish (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit fe652c1

Please sign in to comment.