mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-27 17:12:09 +03:00
Fix NUGET_CERT_REVOCATION_MODE=offline (#9470)
* Update build.yml * Update package-rhel.sh * Update package-rhel-riscv.sh * Update package-debian.sh * Update package-debian-riscv.sh * Update package-debian-loong.sh * Update build-linux.yml * Update Directory.Packages.props
This commit is contained in:
@@ -26,6 +26,7 @@ jobs:
|
||||
)
|
||||
}}
|
||||
env:
|
||||
NUGET_CERT_REVOCATION_MODE: offline
|
||||
Output: "${{ github.workspace }}/${{ matrix.arch }}"
|
||||
RID: |-
|
||||
${{
|
||||
@@ -68,4 +69,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v7.0.1
|
||||
with:
|
||||
name: ${{ matrix.arch }}
|
||||
path: ${{ matrix.arch }}
|
||||
path: ${{ matrix.arch }}
|
||||
|
||||
Reference in New Issue
Block a user