Skip to content

Commit

Permalink
chore: try fix web folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGlassBlock committed Aug 30, 2024
1 parent 1636279 commit ee0e861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
dotnet build --configuration Release
dotnet publish /p:PublishProfile=./Properties/PublishProfiles/FolderProfile.pubxml
copy ./web ./bin/Release/publish
cp -r ./web ./bin/Release/publish
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ee0e861

Please sign in to comment.