mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
copy icons only, create destination if not exists
This commit is contained in:
parent
f6d673773a
commit
0a50fe598c
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -40,7 +40,8 @@ jobs:
|
||||
cp run.ps1 build/
|
||||
cp install.ps1 build/
|
||||
cp configs.json build/
|
||||
cp -r assets/ build/
|
||||
mkdir -p build/assets/
|
||||
cp -r assets/*.ico build/assets/
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user