From 1b69a901d9d206ac1b04f63a137fa1164dab66a9 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 30 Oct 2024 09:23:00 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20Fixing=20CI.=20Update=20variables=20?= =?UTF-8?q?=F0=9F=91=B7=F0=9F=94=A5=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index ec97a81..ccd2d3e 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -17,7 +17,7 @@ jobs: ls -lah build/ - uses: https://hub.cybercinch.nz/guisea/gitea-composer-upload-action@master with: - base_url: "${{ secrets.G_SERVER_URL}}" + baseurl: "${{ secrets.G_SERVER_URL}}" access_token: "${{ secrets.G_TOKEN }}" username: "${{ secrets.G_USERNAME }}" owner: "cybercinch" # Override owner name for repository (Optional)