gitea
This commit is contained in:
@@ -15,7 +15,7 @@ runs:
|
||||
echo '📤️ Uploading package ...'
|
||||
curl --user ${{ secrets.USERNAME }}:${{ secrets.TOKEN }} \
|
||||
--upload-file ./*.tar.zst \
|
||||
'${{ GITHUB_SERVER_URL }}/api/packages/packages_test/arch/microverse'
|
||||
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
|
||||
" > ./post-entrypoint.sh
|
||||
chmod +x ./post-entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user