feat: add initial implementation of Go utilities and CI workflows
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
run: |
|
||||
curl --user ${{ secrets.PACKAGE_PUBLISH_USER }}:${{ secrets.PACKAGE_PUBLISH_TOKEN }} \
|
||||
--upload-file ${{ github.ref_name }}.zip \
|
||||
${{ gitea.server_url }}/api/packages/packages/go/upload
|
||||
${{ gitea.server_url }}/api/packages/golang-packages/go/upload
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Error uploading release package"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user