diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 55e5805..6113d8f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -55,30 +55,4 @@ jobs: with: name: dusk-psp path: build/gitea/ - if-no-files-found: error - - release: - runs-on: ubuntu-latest - needs: - - build-linux - - build-psp - steps: - - name: Checkout repository - uses: actions/checkout@v5 - - name: Download Linux binary - uses: actions/download-artifact@v3 - with: - name: dusk-linux - path: ./release-assets/linux - - name: Download PSP binary - uses: actions/download-artifact@v3 - with: - name: dusk-psp - path: ./release-assets/psp - - name: Create Gitea Release - uses: akkuman/gitea-release-action@v1 - env: - NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 - files: | - ./release-assets/linux/Dusk - ./release-assets/psp/Dusk/EBOOT.PBP \ No newline at end of file + if-no-files-found: error \ No newline at end of file