mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
more cicd fixes
This commit is contained in:
parent
8be47681c1
commit
3606bb3392
1 changed files with 1 additions and 2 deletions
3
.github/workflows/publish-release.yaml
vendored
3
.github/workflows/publish-release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue