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:
|
matrix:
|
||||||
os: [ubuntu-20.04, windows-2019]
|
os: [ubuntu-20.04, windows-2019]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
name: Create binary on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Clone client
|
- name: Clone client
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -94,6 +95,7 @@ jobs:
|
|||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
name: Create New Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
@ -115,6 +117,7 @@ jobs:
|
|||||||
bodyFile: .github/changelog.md
|
bodyFile: .github/changelog.md
|
||||||
makeLatest: ${{ inputs.is_latest }}
|
makeLatest: ${{ inputs.is_latest }}
|
||||||
docker:
|
docker:
|
||||||
|
name: Build and push Docker image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user