mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-09 12:37:22 +00:00
update workflow
This commit is contained in:
parent
d896009064
commit
682d257b49
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -47,9 +47,6 @@ jobs:
|
|||||||
yarn install
|
yarn install
|
||||||
yarn build --outDir ../client
|
yarn build --outDir ../client
|
||||||
cd ..
|
cd ..
|
||||||
- name: Print working directory
|
|
||||||
run: |
|
|
||||||
ls -la
|
|
||||||
- name: Setup Python 3.10
|
- name: Setup Python 3.10
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
@ -92,6 +89,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Download all binaries
|
- name: Download all binaries
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
- name: Checkout into repo
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: Upload binaries to GitHub Release
|
- name: Upload binaries to GitHub Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user