more cicd fixes

This commit is contained in:
Christopher Bisset 2022-07-27 16:47:15 +10:00
parent 8be47681c1
commit 3606bb3392

View file

@ -55,12 +55,11 @@ jobs:
id: extract
with:
image: ghcr.io/${{ github.repository }}:${{ steps.gathervars.outputs.PRIMARY_TAG }}
path: /opt/headscale-ui
path: web
- name: create release asset
run: |
cd "${{ steps.extract.outputs.destination }}"
mv headscale-ui web
7z a headscale-ui.zip web
- name: Create Draft Release