diff --git a/.gitea/workflows/build_nightly.yaml b/.gitea/workflows/build_nightly.yaml index c1aed3c..d48d747 100644 --- a/.gitea/workflows/build_nightly.yaml +++ b/.gitea/workflows/build_nightly.yaml @@ -34,13 +34,13 @@ jobs: relative_project_path: ./ archive_output: true - name: create release - uses: ncipollo/release-action@v1.21.0 + uses: akkuman/gitea-release-action@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} - generateReleaseNotes: true - tag: ${{ github.ref_name }} - artifacts: ${{ steps.export.outputs.archive_directory }}/* + # token: ${{ secrets.GITHUB_TOKEN }} + # generateReleaseNotes: true + # tag: ${{ github.ref_name }} + files: ${{ steps.export.outputs.archive_directory }}/* # commit: ${{ gitea.sha }} - allowUpdates: true + # allowUpdates: true name: Latest Nightly Build prerelease: true