Let's see what we're working with here
This commit is contained in:
@@ -11,8 +11,8 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
echo "#!/bin/bash
|
||||
sudo pacman -S curl --noconfirm --noprogressbar && \
|
||||
echo '📤️ Uploading package ...'
|
||||
ls -al
|
||||
curl --user ${{ secrets.USERNAME }}:${{ secrets.TOKEN }} \
|
||||
--upload-file ./*.tar.zst \
|
||||
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
|
||||
@@ -23,8 +23,5 @@ runs:
|
||||
git add "./post-entrypoint.sh"
|
||||
git commit -m "fuck you, gitea"
|
||||
|
||||
- name: why
|
||||
run: ls -al
|
||||
|
||||
- name: Build package
|
||||
uses: https://git.sanin.dev/packages_test/build-publish/@build
|
||||
|
||||
Reference in New Issue
Block a user