diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 79ad91d..40eb684 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,6 +16,12 @@ jobs: - name: Build run: ./build.sh - name: Release - uses: softprops/action-gh-release@v2 + - uses: actions/forgejo-release@v2 with: - files: ./bin/crafter-build \ No newline at end of file + direction: upload + url: https://forgejo.catcrafts.net + repo: "Crafter/Crafter.Build" + tag: "${{ github.ref_name }}" + sha: "${{ github.sha }}" + release-dir: bin + token: ${{ secrets.TOKEN }} \ No newline at end of file