Skip to content

Commit

Permalink
fix: Updated build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
levinspiekermann committed Apr 14, 2024
1 parent 9482f9b commit 3ee4680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: web
path: ./web/build
path: ./web/dist
- name: Add artifact to release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./web/build
asset_path: ./web/dist
asset_name: monolith-menu
asset_content_type: application/zip

0 comments on commit 3ee4680

Please sign in to comment.