Skip to content

Commit

Permalink
Fix incorrect artifact path
Browse files Browse the repository at this point in the history
Thanks for the breaking change, Angular
  • Loading branch information
jvyden committed Jun 29, 2023
1 parent 2e0f01d commit 5451809
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- uses: actions/checkout@v3
- name: Install packages
run: npm install

- name: Build
run: npx ng build

- name: Upload production build of website
uses: actions/[email protected]
with:
name: "Refresh Website"
path: "dist/refresh-web"
path: "dist/refresh-web/browser"
if-no-files-found: error
retention-days: 30
retention-days: 30

0 comments on commit 5451809

Please sign in to comment.