From 66e3c1910eb5043596a12331218780ea3e332240 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Fri, 7 Nov 2025 17:57:08 -0500 Subject: [PATCH] double fixed --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 15b7780..2c0ad10 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: echo "#!/bin/bash echo '📤️ Uploading package to ${{ gitea.server_url }} ...' for f in ./*.tar.zst; do - [ -f \"$f\" ] || continue + [ -f \"\$f\" ] || continue curl -f --user \"\$username:\$token\" \ --upload-file \"\$f\" \ '${{ gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/arch/${{ steps.parsed.outputs.destination }}'