diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index d759a6b2..6f0b4a85 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -36,9 +36,9 @@ jobs: - name: Upload Release Assets if: success() - id: upload-release-assets - uses: https://gitea.com/actions/release-action@main - with: - files: |- - file: build/prod/*.zip - api_key: '${{secrets.RELEASE_TOKEN}}' + id: upload-release-assets + uses: https://gitea.com/actions/release-action@main + with: + files: |- + file: build/prod/*.zip + api_key: '${{secrets.RELEASE_TOKEN}}'