Skip to content

Commit 4899c1a

Browse files
committed
chore: fix location for tgz
1 parent f42bcf3 commit 4899c1a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,15 @@ jobs:
142142
export API_VERSION
143143
144144
- name: Build
145-
run: pnpm run build:release && tar -czf deploy/unraid-api.tgz -C deploy/pack/ .
145+
run: |
146+
pnpm run build:release
147+
tar -czf deploy/unraid-api.tgz -C deploy/pack/ .
146148
147149
- name: Upload tgz to Github artifacts
148150
uses: actions/upload-artifact@v4
149151
with:
150152
name: unraid-api
151-
path: ${{ github.workspace }}/api/deploy/pack/unraid-api.tgz
153+
path: ${{ github.workspace }}/api/deploy/unraid-api.tgz
152154

153155
build-unraid-ui-webcomponents:
154156
name: Build Unraid UI Library (Webcomponent Version)

0 commit comments

Comments
 (0)