1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00

🐛 rearrange steps

This commit is contained in:
Flam3rboy 2021-07-11 10:11:18 +02:00
parent 2f28aae655
commit 6e255c7902

View File

@ -44,6 +44,10 @@ jobs:
needs: [insiders-build] needs: [insiders-build]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2
- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.0.6
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
name: fosscord-api-windows-${{ github.sha }}.exe name: fosscord-api-windows-${{ github.sha }}.exe
@ -53,10 +57,6 @@ jobs:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
name: fosscord-api-linux-${{ github.sha }}.tgz 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 - uses: actions/create-release@v1
id: create-release id: create-release
env: env: