mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
fix: upload only notary files [skip ci]
This commit is contained in:
@@ -11,7 +11,11 @@ fi
|
||||
jsonTmp=$( cat "./upstream/${VSCODE_QUALITY}.json" | jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. | .tag=$tag | .commit=$commit' )
|
||||
echo "${jsonTmp}" > "./upstream/${VSCODE_QUALITY}.json" && unset jsonTmp
|
||||
|
||||
git add .
|
||||
# stage notary files
|
||||
git add upstream/*
|
||||
|
||||
# discard changed files
|
||||
git restore .
|
||||
|
||||
CHANGES=$( git status --porcelain )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user