mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 23:06:20 +00:00
Update build.yml
This commit is contained in:
parent
a5c9f134ad
commit
5f20b66156
1 changed files with 5 additions and 12 deletions
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
|
@ -18,20 +18,12 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: 删除工作流运行
|
|
||||||
# uses: Mattraks/delete-workflow-runs@v2
|
|
||||||
# with:
|
|
||||||
# token: ${{ github.token }}
|
|
||||||
# repository: ${{ github.repository }}
|
|
||||||
# retain_days: 0
|
|
||||||
# keep_minimum_runs: 1
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd v2rayN &&
|
run: |
|
||||||
.\build.cs
|
cd v2rayN && dotnet build build.csproj --configuration Release
|
||||||
|
|
||||||
|
# Uncomment if packaging is needed
|
||||||
# - name: Package
|
# - name: Package
|
||||||
# shell: pwsh
|
|
||||||
# run: |
|
# run: |
|
||||||
# 7z a -mx9 ..\v2rayN.7z $env:Wap_Project_Directory
|
# 7z a -mx9 ..\v2rayN.7z $env:Wap_Project_Directory
|
||||||
|
|
||||||
|
@ -42,6 +34,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
.\v2rayN\v2rayN.zip
|
.\v2rayN\v2rayN.zip
|
||||||
|
|
||||||
|
# Uncomment if release is needed
|
||||||
# - name: Release
|
# - name: Release
|
||||||
# uses: softprops/action-gh-release@v1
|
# uses: softprops/action-gh-release@v1
|
||||||
# env:
|
# env:
|
||||||
|
|
Loading…
Reference in a new issue