mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
试图让workflow成功上传xz文件
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -188,16 +188,13 @@ jobs:
|
||||
openssl dgst -$METHOD $FILE | sed 's/([^)]*)//g' >>$DGST
|
||||
done
|
||||
|
||||
- name: Change the name
|
||||
run: |
|
||||
mv build_assets verysimple-$ASSET_NAME
|
||||
|
||||
- name: Upload files to Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: verysimple-${{ steps.get_filename.outputs.ASSET_NAME }}
|
||||
name: verysimple-$ASSET_NAME.tar.xz
|
||||
path: |
|
||||
./verysimple-${{ steps.get_filename.outputs.ASSET_NAME }}/*
|
||||
./verysimple-$ASSET_NAME.tar.xz
|
||||
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
if: github.event_name == 'release'
|
||||
|
||||
Reference in New Issue
Block a user