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 - name: Change the name
run: | run: |
mv build_assets XrayR-$ASSET_NAME mv build_assets XrayR-$ASSET_NAME
- name: Upload files to Artifacts # - name: Upload files to Artifacts
uses: actions/upload-artifact@v2 # uses: actions/upload-artifact@v2
with: # with:
name: XrayR-${{ steps.get_filename.outputs.ASSET_NAME }} # name: XrayR-${{ steps.get_filename.outputs.ASSET_NAME }}
path: | # path: |
./XrayR-${{ steps.get_filename.outputs.ASSET_NAME }}/* # ./XrayR-${{ steps.get_filename.outputs.ASSET_NAME }}/*
- name: Upload binaries to release - name: Upload binaries to release
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release' if: github.event_name == 'release'