mirror of
https://github.com/etkecc/synapse-admin.git
synced 2025-02-17 11:59:47 +03:00
ensure the latest version is checked out
This commit is contained in:
parent
4cbea6ffb6
commit
85b305d117
1 changed files with 2 additions and 0 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -43,6 +43,7 @@ jobs:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist-${{ env.upstream_version }}-${{ env.etke_version }}
|
name: dist-${{ env.upstream_version }}-${{ env.etke_version }}
|
||||||
|
@ -79,6 +80,7 @@ jobs:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: dist-${{ env.upstream_version }}-${{ env.etke_version }}
|
name: dist-${{ env.upstream_version }}-${{ env.etke_version }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue