mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-23 08:15:22 +03:00
use different path
This commit is contained in:
parent
f1839387e2
commit
c9a3294852
1 changed files with 2 additions and 1 deletions
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
|
@ -45,8 +45,9 @@ jobs:
|
||||||
- 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 }}
|
||||||
|
path: dist/
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: ls -lah
|
run: ls -lah dist/
|
||||||
# - name: Set up Docker Buildx
|
# - name: Set up Docker Buildx
|
||||||
# uses: docker/setup-buildx-action@v1
|
# uses: docker/setup-buildx-action@v1
|
||||||
# - name: Login to ghcr.io
|
# - name: Login to ghcr.io
|
||||||
|
|
Loading…
Reference in a new issue