From 5dff2a9df94a1b14fe54585ce4150207b11cc095 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Tue, 28 Oct 2025 18:55:47 -0500 Subject: [PATCH] Let's see what we're working with here --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index b8ac3cf..51f6d4a 100644 --- a/action.yml +++ b/action.yml @@ -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