mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
build(ci): bump actions/upload-artifact from v3 to v4
This commit is contained in:
parent
559ffcbab5
commit
063449448a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -36,13 +36,12 @@ jobs:
|
||||||
# 7z a -mx9 ..\v2rayN.7z $env:Wap_Project_Directory
|
# 7z a -mx9 ..\v2rayN.7z $env:Wap_Project_Directory
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: v2rayN
|
name: v2rayN
|
||||||
path:
|
path: |
|
||||||
.\v2rayN\v2rayN.zip
|
.\v2rayN\v2rayN.zip
|
||||||
|
|
||||||
|
|
||||||
# - name: Release
|
# - name: Release
|
||||||
# uses: softprops/action-gh-release@v1
|
# uses: softprops/action-gh-release@v1
|
||||||
# env:
|
# env:
|
||||||
|
|
Loading…
Reference in a new issue