Skip to content

Commit

Permalink
Remove compression
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueClone authored Jan 8, 2024
1 parent 0c8c67a commit 2f67d0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main_goals-bingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@ jobs:
npm install
npm run build --if-present
- name: compress artifact
run: zip -r app-release.zip ./build

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
with:
name: node-app
path: ./app-release.zip
path: ./build

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f67d0c

Please sign in to comment.