From 144d6b5cb6db09c004d983b4a8936f7791c502d1 Mon Sep 17 00:00:00 2001 From: Resilex Hitanachi Date: Wed, 8 Jan 2025 12:48:29 -0500 Subject: [PATCH] Why was there a dot this whole time without error???? --- .gitea/workflows/zip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/zip.yaml b/.gitea/workflows/zip.yaml index 3fe67b4..21a2da2 100644 --- a/.gitea/workflows/zip.yaml +++ b/.gitea/workflows/zip.yaml @@ -25,7 +25,7 @@ jobs: run: echo "REPO_NAME=$(basename $GITHUB_REPOSITORY)" >> $GITHUB_ENV - name: Zip repository - run: zip -r ${{ vars.REPO_NAME }}-${{ steps.date.outputs.date }}.zip . -x "*.git*" + run: zip -r ${{ vars.REPO_NAME }}-${{ steps.date.outputs.date }}.zip -x "*.git*" - name: Release artifacts to Gitea repository uses: akkuman/gitea-release-action@v1