Skip to content

Commit

Permalink
ci: fix packaging of web client (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman authored Apr 1, 2024
1 parent f9760f2 commit 82b15c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ jobs:
name: ${{ matrix.project }}-${{ matrix.os }}
path: ${{ runner.temp }}/${{ matrix.project }}
if-no-files-found: error
retention-days: 1

devolutions-gateway-merge:
name: Merge Artifacts
Expand Down Expand Up @@ -367,7 +368,7 @@ jobs:
web-app:
name: Web App
runs-on: ubuntu-latest
needs: [preflight]
needs: [preflight, codesign]

steps:
- name: Download artifacts
Expand Down

0 comments on commit 82b15c0

Please sign in to comment.