Skip to content

Commit 1af85a7

Browse files
fix: exclude staging dir from source tarball to prevent self-referencing tar error
Agent-Logs-Url: https://github.com/ThisIs-Developer/Markdown-Viewer/sessions/00108a06-4d52-45bf-b27b-eeb50f9e847e Co-authored-by: ThisIs-Developer <109382325+ThisIs-Developer@users.noreply.github.com>
1 parent 440da15 commit 1af85a7

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)