Skip to content

Commit

Permalink
✏️ fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
tgel0 committed Feb 11, 2024
1 parent 1370d9a commit b8dda00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
uses: actions/checkout@master
- name: Install Dependencies
run: npm install
working-directory: ${{ env.RESOURCE_DIR }}
- name: Build
run: npm run build-prod
working-directory: ${{ env.RESOURCE_DIR }}
- name: Archive Production Artifact
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit b8dda00

Please sign in to comment.