mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 07:15:20 +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
|
||||
with:
|
||||
name: dist-${{ env.upstream_version }}-${{ env.etke_version }}
|
||||
path: dist/
|
||||
- name: Debug
|
||||
run: ls -lah
|
||||
run: ls -lah dist/
|
||||
# - name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v1
|
||||
# - name: Login to ghcr.io
|
||||
|
|
Loading…
Reference in a new issue