diff --git a/action.yml b/action.yml index d79eefe..15b7780 100644 --- a/action.yml +++ b/action.yml @@ -40,16 +40,16 @@ runs: for f in ./*.tar.zst; do [ -f \"$f\" ] || continue curl -f --user \"\$username:\$token\" \ - --upload-file \"$f\" \ + --upload-file \"\$f\" \ '${{ gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/arch/${{ steps.parsed.outputs.destination }}' done " > "./post-entrypoint.sh" - cat "./post-entrypoint.sh" chmod +x "./post-entrypoint.sh" git config --global user.name 'Guy Incognito' git config --global user.email 'user@local' - git add "./post-entrypoint.sh" - git commit -m "persist publish script" + git add "./post-entrypoint.sh" && \ + git commit -m "persist publish script" && \ + cat "./post-entrypoint.sh" - name: Build package uses: https://git.sanin.dev/packages_test/build-publish/@build