mirror of https://github.com/2dust/v2rayN
build(ci): bump actions/upload-artifact from v3 to v4
parent
559ffcbab5
commit
063449448a
|
@ -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 New Issue