Let's see what we're working with here
This commit is contained in:
@@ -11,8 +11,8 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "#!/bin/bash
|
echo "#!/bin/bash
|
||||||
sudo pacman -S curl --noconfirm --noprogressbar && \
|
|
||||||
echo '📤️ Uploading package ...'
|
echo '📤️ Uploading package ...'
|
||||||
|
ls -al
|
||||||
curl --user ${{ secrets.USERNAME }}:${{ secrets.TOKEN }} \
|
curl --user ${{ secrets.USERNAME }}:${{ secrets.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'
|
||||||
@@ -23,8 +23,5 @@ runs:
|
|||||||
git add "./post-entrypoint.sh"
|
git add "./post-entrypoint.sh"
|
||||||
git commit -m "fuck you, gitea"
|
git commit -m "fuck you, gitea"
|
||||||
|
|
||||||
- name: why
|
|
||||||
run: ls -al
|
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user