Skip to content

Commit

Permalink
Fixed 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaineZ authored Jan 2, 2022
1 parent 5b09f0b commit 6e78595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

env:
Solution_Name: VSTImage
Solution_Name: PhotoConsequences

steps:
- name: Checkout
Expand All @@ -39,7 +39,7 @@ jobs:
run: dotnet publish -c Release -p:Platform="x64" -r win-x64 /p:PublishSingleFile=true /p:PublishTrimmed=true

- name: View build directory
run: tree .\VSTImage\VSTImage\bin
run: tree .\PhotoConsequences\

- name: Upload build artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6e78595

Please # to comment.