mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
Merge branch 'better-config-files'
Fixed bug during CICD 'build' step, copying configs from directory
This commit is contained in:
commit
47cbfc4b8d
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp run.ps1 build/
|
cp run.ps1 build/
|
||||||
cp install.ps1 build/
|
cp install.ps1 build/
|
||||||
cp configs.json build/
|
cp -r configs/ build/
|
||||||
mkdir -p build/assets/
|
mkdir -p build/assets/
|
||||||
cp -r assets/*.ico build/assets/
|
cp -r assets/*.ico build/assets/
|
||||||
|
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,6 +8,9 @@
|
|||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
|
# Build output
|
||||||
|
build/*
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user