-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unlimit longer access_key again & refine ci
- Loading branch information
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,20 +61,22 @@ jobs: | |
uses: actions/download-artifact@v3 | ||
with: | ||
name: biliroaming-rust-server-${{ github.run_number }} | ||
- name: Delete old release assets | ||
uses: mknejp/delete-release-assets@v1 | ||
with: | ||
token: ${{ github.token }} | ||
tag: alpha-releases | ||
assets: | | ||
biliroaming_rust_server | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
- name: Update Alpha Release | ||
uses: mini-bomba/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
prerelease: true | ||
tag_name: alpha-releases | ||
tag: alpha-releases | ||
name: Alpha-Release | ||
body: | | ||
This automatic prerelease is built from commit ${{ env.GIT_HASH }} and was triggered by @${{ github.actor }} | ||
[Github Actions workflow run that built this prerelease](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) | ||
Commit message: | ||
${{ env.GIT_MESSAGE }} | ||
files: | | ||
./biliroaming_rust_server | ||
clear_attachments: true | ||
|
||
release: | ||
name: Upload the binary file when it is released | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters