now that that's working
This commit is contained in:
@@ -12,7 +12,6 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
echo "#!/bin/bash
|
echo "#!/bin/bash
|
||||||
echo '📤️ Uploading package ...'
|
echo '📤️ Uploading package ...'
|
||||||
echo testing: my username is \$username
|
|
||||||
curl --user \$username:\$token \
|
curl --user \$username:\$token \
|
||||||
--upload-file ./*.tar.zst \
|
--upload-file ./*.tar.zst \
|
||||||
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
|
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
|
||||||
@@ -26,7 +25,7 @@ runs:
|
|||||||
- name: Build package
|
- name: Build package
|
||||||
uses: https://git.sanin.dev/packages_test/build-publish/@build
|
uses: https://git.sanin.dev/packages_test/build-publish/@build
|
||||||
with:
|
with:
|
||||||
username: ABC
|
username: ${{ secrets.USERNAME }}
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: ls
|
- name: ls
|
||||||
|
|||||||
Reference in New Issue
Block a user