From 21d01fef3047b542df79836b1a3d90898c69176b Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 9 Mar 2025 13:44:32 +0000 Subject: [PATCH] ci: Drop `release` job --- .github/workflows/build.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 462ca9039..a3b1b98d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -264,24 +264,4 @@ jobs: run: brew install ccache ninja - name: Build run: ./.ci/ios.sh - release: - runs-on: ubuntu-latest - needs: [windows, linux, macos-universal, android, source] - if: ${{ startsWith(github.ref, 'refs/tags/') }} - steps: - - uses: actions/download-artifact@v4 - - name: Create release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref_name }} - release_name: ${{ github.ref_name }} - draft: false - prerelease: false - - name: Upload artifacts - uses: alexellis/upload-assets@0.4.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - asset_paths: '["./**/*.tar.*","./**/*.AppImage","./**/*.7z","./**/*.zip","./**/*.apk","./**/*.aab"]' +