mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
Update workflow names
This commit is contained in:
parent
bd791d8ae3
commit
e96e2f697c
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-2019]
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Create binary on ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Clone client
|
||||
uses: actions/checkout@v3
|
||||
@ -94,6 +95,7 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
release:
|
||||
name: Create New Release
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
permissions: write-all
|
||||
@ -115,6 +117,7 @@ jobs:
|
||||
bodyFile: .github/changelog.md
|
||||
makeLatest: ${{ inputs.is_latest }}
|
||||
docker:
|
||||
name: Build and push Docker image
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
permissions: write-all
|
||||
|
Loading…
x
Reference in New Issue
Block a user