mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-23 08:15:22 +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
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist-${{ env.upstream_version }}-${{ env.etke_version }}
|
||||
|
@ -79,6 +80,7 @@ jobs:
|
|||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist-${{ env.upstream_version }}-${{ env.etke_version }}
|
||||
|
|
Loading…
Reference in a new issue