Skip to content

Commit

Permalink
fix deployment dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jul 12, 2024
1 parent b5ff03f commit 6e9aac1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
with:
name: stock-analysis-${{ matrix.os }}
path: |
dist/stock-analysis
dist/stock-analysis.exe
dist/stock-analysis.app
dist/stock-analysis.bundle
dist/stock-analysis.zip
dist/user_interface
dist/user_interface.exe
dist/user_interface.app
dist/user_interface.bundle
dist/user_interface.zip

0 comments on commit 6e9aac1

Please sign in to comment.