debugging message for upload
This commit is contained in:
@@ -22,6 +22,7 @@ runs:
|
||||
- name: Publish package
|
||||
shell: bash
|
||||
run: |
|
||||
echo "📤️ Uploading package ..."
|
||||
curl --user ${{ secrets.USERNAME }}:${{ secrets.TOKEN }} \
|
||||
--upload-file ./*.tar.zst \
|
||||
"${{ GITHUB_SERVER_URL }}/api/packages/packages_test/arch/microverse"
|
||||
|
||||
Reference in New Issue
Block a user