|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
- name: Restore Geodat Cache
|
|
|
- uses: actions/cache/restore@v4
|
|
|
+ uses: actions/cache/restore@v5
|
|
|
with:
|
|
|
path: resources
|
|
|
key: xray-geodat-
|
|
|
@@ -101,7 +101,7 @@ jobs:
|
|
|
# go build -o build_assets/wxray.exe -trimpath -buildvcs=false -gcflags="all=-l=4" -ldflags="-H windowsgui -X github.com/xtls/xray-core/core.build=${COMMID} -s -w -buildid=" -v ./main
|
|
|
|
|
|
- name: Restore Geodat Cache
|
|
|
- uses: actions/cache/restore@v4
|
|
|
+ uses: actions/cache/restore@v5
|
|
|
with:
|
|
|
path: resources
|
|
|
key: xray-geodat-
|