Skip to content

Commit

Permalink
Changing dist to build
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueClone authored Jan 5, 2024
1 parent 7662275 commit 0c8c67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_goals-bingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm run build --if-present
- name: compress artifact
run: zip -r app-release.zip ./dist
run: zip -r app-release.zip ./build

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0c8c67a

Please sign in to comment.