mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
update workflow
This commit is contained in:
parent
beabd94d9d
commit
922e080d62
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-2019]
|
||||
runs-on: ${{ matrix.os }}
|
||||
permissions: write-all
|
||||
steps:
|
||||
- name: Clone client
|
||||
uses: actions/checkout@v2
|
||||
@ -97,6 +96,7 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
permissions: write-all
|
||||
steps:
|
||||
- name: Download all binaries
|
||||
uses: actions/download-artifact@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user