Skip to content

Commit

Permalink
Don't add src to dist archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pervoj committed Apr 1, 2024
1 parent a9b6c5e commit fff7389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
npm run build
- name: Prepare files for archiving
env:
FILES: package.json package-lock.json dist src
FILES: package.json package-lock.json dist
run: |
mkdir luminar
cp -r $FILES luminar
Expand Down

0 comments on commit fff7389

Please sign in to comment.