We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42bcf3 commit 4899c1aCopy full SHA for 4899c1a
.github/workflows/main.yml
@@ -142,13 +142,15 @@ jobs:
142
export API_VERSION
143
144
- name: Build
145
- run: pnpm run build:release && tar -czf deploy/unraid-api.tgz -C deploy/pack/ .
+ run: |
146
+ pnpm run build:release
147
+ tar -czf deploy/unraid-api.tgz -C deploy/pack/ .
148
149
- name: Upload tgz to Github artifacts
150
uses: actions/upload-artifact@v4
151
with:
152
name: unraid-api
- path: ${{ github.workspace }}/api/deploy/pack/unraid-api.tgz
153
+ path: ${{ github.workspace }}/api/deploy/unraid-api.tgz
154
155
build-unraid-ui-webcomponents:
156
name: Build Unraid UI Library (Webcomponent Version)
0 commit comments