Typo
This commit is contained in:
parent
98a4d64ebf
commit
bf51bb5980
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ jobs:
|
||||||
# if fails continues to next
|
# if fails continues to next
|
||||||
if `wget -q $upstream/x86_64/$pkgs.apk`; then
|
if `wget -q $upstream/x86_64/$pkgs.apk`; then
|
||||||
result=`curl -s --user ${{ vars.CODE_FORGEJO_USER }}:${{ secrets.CODE_FORGEJO_TOKEN }} --upload-file $pkgs.apk $downstream`
|
result=`curl -s --user ${{ vars.CODE_FORGEJO_USER }}:${{ secrets.CODE_FORGEJO_TOKEN }} --upload-file $pkgs.apk $downstream`
|
||||||
if [ -n "$results" ]; then
|
if [ -n "$result" ]; then
|
||||||
echo $result
|
echo $result
|
||||||
fi
|
fi
|
||||||
rm -f $pkgs.apk
|
rm -f $pkgs.apk
|
||||||
|
|
Loading…
Reference in a new issue