|
@@ -161,7 +161,7 @@ jobs:
|
|
|
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
|
|
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
|
|
|
|
|
|
|
|
- name: Upload ZIP file to Artifacts
|
|
- name: Upload ZIP file to Artifacts
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
|
with:
|
|
with:
|
|
|
name: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
|
|
name: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
|
|
|
path: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
|
|
path: v2ray-${{ steps.get_filename.outputs.ASSET_NAME }}.zip
|
|
@@ -224,17 +224,17 @@ jobs:
|
|
|
openssl dgst -sha256 $FILE | sed 's/([^)]*)//g' >>$DGST
|
|
openssl dgst -sha256 $FILE | sed 's/([^)]*)//g' >>$DGST
|
|
|
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
|
|
openssl dgst -sha512 $FILE | sed 's/([^)]*)//g' >>$DGST
|
|
|
|
|
|
|
|
- - uses: actions/upload-artifact@v2
|
|
|
|
|
|
|
+ - uses: actions/upload-artifact@v3
|
|
|
with:
|
|
with:
|
|
|
name: Release.unsigned
|
|
name: Release.unsigned
|
|
|
path: build_artifacts/Release.unsigned
|
|
path: build_artifacts/Release.unsigned
|
|
|
|
|
|
|
|
- - uses: actions/upload-artifact@v2
|
|
|
|
|
|
|
+ - uses: actions/upload-artifact@v3
|
|
|
with:
|
|
with:
|
|
|
name: Release.unsigned.dgst
|
|
name: Release.unsigned.dgst
|
|
|
path: build_artifacts/Release.unsigned.dgst
|
|
path: build_artifacts/Release.unsigned.dgst
|
|
|
|
|
|
|
|
- - uses: actions/upload-artifact@v2
|
|
|
|
|
|
|
+ - uses: actions/upload-artifact@v3
|
|
|
with:
|
|
with:
|
|
|
name: v2ray-extra.zip
|
|
name: v2ray-extra.zip
|
|
|
path: build_artifacts/v2ray-extra.zip
|
|
path: build_artifacts/v2ray-extra.zip
|