mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
del upload artifact
This commit is contained in:
parent
df08cd96a0
commit
7d336f2e79
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -169,12 +169,12 @@ jobs:
|
||||
- name: Change the name
|
||||
run: |
|
||||
mv build_assets XrayR-$ASSET_NAME
|
||||
- name: Upload files to Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: XrayR-${{ steps.get_filename.outputs.ASSET_NAME }}
|
||||
path: |
|
||||
./XrayR-${{ steps.get_filename.outputs.ASSET_NAME }}/*
|
||||
# - name: Upload files to Artifacts
|
||||
# uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
# name: XrayR-${{ steps.get_filename.outputs.ASSET_NAME }}
|
||||
# path: |
|
||||
# ./XrayR-${{ steps.get_filename.outputs.ASSET_NAME }}/*
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
if: github.event_name == 'release'
|
||||
|
Loading…
Reference in New Issue
Block a user