Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Sep 7, 2023
1 parent 64d2e94 commit ae58519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: |
npm install
npm run build
mv frontend/dist dist
- name: Download rpv-web-x64
uses: actions/download-artifact@v3
Expand All @@ -67,5 +68,5 @@ jobs:
with:
name: rpv-web-x64
path: |
frontend/dist
dist
rpv-web-x64.exe

0 comments on commit ae58519

Please sign in to comment.