Skip to content

Commit

Permalink
make folder before trying to copy into it
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev authored Oct 1, 2024
1 parent 3c4648f commit d2549ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fw-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ jobs:
run: |
dotnet publish -r win-x64 --artifacts-path ../artifacts -p:WindowsPackageType=None
dotnet publish -r win-arm64 --artifacts-path ../artifacts -p:WindowsPackageType=None
cp -r ../artifacts/publish/FwLiteDesktop/* ../artifacts/sign/portable
mkdir -p ../artifacts/sign/portable
cp -r ../artifacts/publish/FwLiteDesktop/* ../artifacts/sign/portable/
- name: Publish Windows MAUI msix app
working-directory: backend/FwLite/FwLiteDesktop
Expand Down

0 comments on commit d2549ad

Please sign in to comment.