Skip to content

Commit

Permalink
ci: 继续测试
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Apr 11, 2024
1 parent efb0cba commit d8801a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@ jobs:
else
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
fi
cd -
- name: Upload release artifact
uses: actions/upload-artifact@v4
with:
name: bili-sync-rs-${{ matrix.platform.release_for }}
# contains raw binary and compressed archive
path: |
"${{ matrix.platform.release_for }}-${{ matrix.platform.bin }}"
"${{ matrix.platform.name }}"
"${{ github.workspace }}/${{ matrix.platform.release_for }}-${{ matrix.platform.bin }}"
"${{ github.workspace }}/${{ matrix.platform.name }}"
release:
name: Create GitHub Release
needs: build
Expand Down

0 comments on commit d8801a8

Please sign in to comment.