diff --git a/.gitea/workflows/zip.yaml b/.gitea/workflows/zip.yaml index 410a404..ea6ea37 100644 --- a/.gitea/workflows/zip.yaml +++ b/.gitea/workflows/zip.yaml @@ -26,7 +26,7 @@ jobs: run: echo "::set-output name=repo::$(result=$(echo "basename ${{ gitea.repository }}"))" - name: Zip repository - run: zip -r {{ steps.repo.outputs.repo }}-${{ steps.date.outputs.date }}.zip . -x "*.git*" + run: zip -r ${{ steps.repo.outputs.repo }}-${{ steps.date.outputs.date }}.zip . -x "*.git*" - name: Release artifacts to Gitea repository uses: akkuman/gitea-release-action@v1