del upload artifact

This commit is contained in:
Yuzuki 2022-06-05 19:42:08 +08:00 committed by GitHub
parent df08cd96a0
commit 7d336f2e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'