Skip to content

Commit 620cdc0

Browse files
Merge pull request #72 from ThisIs-Developer/copilot/error-handling-in-build-script
fix: exclude staging dir from source tarball in release workflow
2 parents 440da15 + 1af85a7 commit 620cdc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/desktop-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
--exclude='desktop-app/bin' \
6464
--exclude='desktop-app/node_modules' \
6565
--exclude='desktop-app/output' \
66+
--exclude="desktop-app/$STAGING" \
6667
--exclude='.git' \
6768
desktop-app/
6869
cd desktop-app

0 commit comments

Comments
 (0)