mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 04:21:15 +00:00
💚 fix: ignore if mv fails
This commit is contained in:
parent
18cb6e479e
commit
476841b485
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -146,8 +146,8 @@ jobs:
|
||||
cd build
|
||||
mkdir dist
|
||||
mv AppPackages/isle/*/Dependencies/x64/Microsoft.VCLibs.x64.*.14.00.appx dist/
|
||||
mv AppPackages/isle/*/*.msix dist/
|
||||
mv AppPackages/isle/*/*.msixbundle dist/
|
||||
mv AppPackages/isle/*/*.msix dist/ || true
|
||||
mv AppPackages/isle/*/*.msixbundle dist/ || true
|
||||
|
||||
- name: Upload Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user