Skip to content

Commit

Permalink
remove rid
Browse files Browse the repository at this point in the history
  • Loading branch information
profpyrus committed Jul 8, 2023
1 parent 0fcc284 commit 8fed627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dotnet-version: "6.0.x"

- name: Publish Solution
run: dotnet publish ${{ env.PROJECT_PATH }} -r windows-x64 -p:PublishSingleFile=true --configuration Release --output ${{ env.BUILD_PATH }} --sc true
run: dotnet publish ${{ env.PROJECT_PATH }} -p:PublishSingleFile=true --configuration Release --output ${{ env.BUILD_PATH }} --sc true

- name: Remove files 1/2
uses: JesseTG/[email protected]
Expand Down

0 comments on commit 8fed627

Please sign in to comment.