Skip to content

Commit

Permalink
Fix packaging on Build Web workflow (#3613)
Browse files Browse the repository at this point in the history
(cherry picked from commit 67c447d)
  • Loading branch information
vgrassia committed Sep 26, 2022
1 parent 39aa0df commit 0eb26d6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,11 @@ jobs:
working-directory: apps/web
run: npm run ${{ matrix.npm_command }}

- name: Package ${{ matrix.name }} artifact
working-directory: apps/web
run: zip -r web-$_VERSION-${{ matrix.name }}.zip build

- name: Upload ${{ matrix.name }} artifact
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
with:
name: web-${{ env._VERSION }}-${{ matrix.name }}.zip
path: apps/web/web-${{ env._VERSION }}-${{ matrix.name }}.zip
path: apps/web/build
if-no-files-found: error

build-commercial-selfhost-image:
Expand Down

0 comments on commit 0eb26d6

Please sign in to comment.