Skip to content

Commit 89b4e9a

Browse files
committed
fix: upload only notary files [skip ci]
1 parent b63c840 commit 89b4e9a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

update_upstream.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ fi
1111
jsonTmp=$( cat "./upstream/${VSCODE_QUALITY}.json" | jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. | .tag=$tag | .commit=$commit' )
1212
echo "${jsonTmp}" > "./upstream/${VSCODE_QUALITY}.json" && unset jsonTmp
1313

14-
git add .
14+
# stage notary files
15+
git add upstream/*
16+
17+
# discard changed files
18+
git restore .
1519

1620
CHANGES=$( git status --porcelain )
1721

0 commit comments

Comments
 (0)