mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-07 19:32:34 +01:00
🐛 rearrange steps
This commit is contained in:
parent
2f28aae655
commit
6e255c7902
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -44,6 +44,10 @@ jobs:
|
||||
needs: [insiders-build]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Extract version
|
||||
id: extract_version
|
||||
uses: Saionaro/extract-package-version@v1.0.6
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: fosscord-api-windows-${{ github.sha }}.exe
|
||||
@ -53,10 +57,6 @@ jobs:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: fosscord-api-linux-${{ github.sha }}.tgz
|
||||
- uses: actions/checkout@v2
|
||||
- name: Extract version
|
||||
id: extract_version
|
||||
uses: Saionaro/extract-package-version@v1.0.6
|
||||
- uses: actions/create-release@v1
|
||||
id: create-release
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user