diff --git a/.gitea/workflows/zip.yaml b/.gitea/workflows/zip.yaml index 5aa5eb3..0e03f9d 100644 --- a/.gitea/workflows/zip.yaml +++ b/.gitea/workflows/zip.yaml @@ -23,7 +23,7 @@ jobs: - name: Get current repo id: repo - run: echo "::set-output name=repo::$(result=$(echo "basename $GITHUB_REPOSITORY")" + run: echo "::set-output name=repo::$(result=$(echo "basename $GITHUB_REPOSITORY"))" - name: Zip repository run: zip -r {{ steps.repo.outputs.repo }}-${{ steps.date.outputs.date }}.zip . -x "*.git*"