Skip to content

Commit

Permalink
use dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 9, 2024
1 parent 4d3ce26 commit f19caca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
- name: Pack frontend into a tarball
shell: bash
run: |
tar -C ./frontend/build -czf ${{ inputs.frontend_tarball }} .
tar -C ./frontend/dist/ -czf ${{ inputs.frontend_tarball }} .
- name: Upload frontend build files
uses: actions/upload-artifact@v4
if: success()
Expand Down

0 comments on commit f19caca

Please sign in to comment.