Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd v2rayN &&
|
run: cd v2rayN &&
|
||||||
.\build.ps1
|
./build.ps1
|
||||||
|
|
||||||
# - name: Package
|
# - name: Package
|
||||||
# shell: pwsh
|
# shell: pwsh
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user