mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
changed hardcoded owner
This commit is contained in:
committed by
GitHub
parent
b319b178ea
commit
50197bbeef
@@ -30,7 +30,7 @@ do
|
|||||||
if (( $EXIT_STATUS )); then
|
if (( $EXIT_STATUS )); then
|
||||||
for (( i=0; i<10; i++ ))
|
for (( i=0; i<10; i++ ))
|
||||||
do
|
do
|
||||||
github-release delete --owner VSCodium --repo vscodium --tag "${MS_TAG}" "${FILE}" "${FILE}.sha1" "${FILE}.sha256"
|
github-release delete --owner "${GITHUB_REPOSITORY_OWNER}" --repo vscodium --tag "${MS_TAG}" "${FILE}" "${FILE}.sha1" "${FILE}.sha256"
|
||||||
|
|
||||||
sleep $(( 15 * (i + 1)))
|
sleep $(( 15 * (i + 1)))
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ do
|
|||||||
if (( $EXIT_STATUS )); then
|
if (( $EXIT_STATUS )); then
|
||||||
echo "'${FILE}' hasn't been uploaded!"
|
echo "'${FILE}' hasn't been uploaded!"
|
||||||
|
|
||||||
github-release delete --owner VSCodium --repo vscodium --tag "${MS_TAG}" "${FILE}" "${FILE}.sha1" "${FILE}.sha256"
|
github-release delete --owner "${GITHUB_REPOSITORY_OWNER}" --repo vscodium --tag "${MS_TAG}" "${FILE}" "${FILE}.sha1" "${FILE}.sha256"
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user