mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
fix: add git workaround for release upload (#1069)
This commit is contained in:
@@ -22,6 +22,10 @@ OWNER="${GITHUB_REPOSITORY_OWNER:-"VSCodium"}"
|
|||||||
REPO_NAME="${GITHUB_REPOSITORY:(${#OWNER}+1)}"
|
REPO_NAME="${GITHUB_REPOSITORY:(${#OWNER}+1)}"
|
||||||
REPOSITORY="${REPO_NAME:-"vscodium"}"
|
REPOSITORY="${REPO_NAME:-"vscodium"}"
|
||||||
|
|
||||||
|
# git workaround
|
||||||
|
git config --global --add safe.directory /__w/vscodium/vscodium
|
||||||
|
|
||||||
|
|
||||||
for FILE in *
|
for FILE in *
|
||||||
do
|
do
|
||||||
if [[ -f "${FILE}" ]] && [[ "${FILE}" != *.sha1 ]] && [[ "${FILE}" != *.sha256 ]]; then
|
if [[ -f "${FILE}" ]] && [[ "${FILE}" != *.sha1 ]] && [[ "${FILE}" != *.sha256 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user