From 80219635adce4936d746da97657798b4012a13cc Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 30 Oct 2024 10:09:25 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20unset=20repo=5Fname=20=F0=9F=92=9A?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also remove the overwrite_files toggle. --- .github/workflows/dist.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 4885279..d511648 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -12,16 +12,11 @@ jobs: steps: - uses: actions/checkout@v4 # Checkout Sourcecode - uses: https://hub.cybercinch.nz/cybercinch/composer-build-action@v1 - - run: | - ls -lah - ls -lah build/ - uses: https://hub.cybercinch.nz/guisea/gitea-composer-upload-action@master with: baseurl: "${{ secrets.G_SERVER_URL}}" access_token: "${{ secrets.G_TOKEN }}" username: "${{ secrets.G_USERNAME }}" owner: "cybercinch" # Override owner name for repository (Optional) Only if different from username - repo_name: ugly-queue version: "${{ env.GITHUB_REF_NAME }}" - overwrite_files: "true"