Build workflow doesn't properly build artifacts #22

Open
opened 2023-12-19 02:04:41 +00:00 by ptoal · 0 comments
Owner

Current workflow creates a .tgz file that includes the dist/pwa part of the path, which should be pruned.

Also, it is then zipped up (I think by the actions/upload-artifact@v3 action) This is unnecessary, and we should just push the tgz file.

Current workflow creates a .tgz file that includes the dist/pwa part of the path, which should be pruned. Also, it is then zipped up (I think by the actions/upload-artifact@v3 action) This is unnecessary, and we should just push the tgz file.
Sign in to join this conversation.
No description provided.