diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-06 21:05:17 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-06 21:12:12 +0200 |
commit | 099f3f639e92bd4f479ce94ffa432d124deedb7a (patch) | |
tree | 2efae0be265bca920e2542c80f4098310bab5f73 | |
parent | Merge pull request #10649 from german77/version (diff) | |
download | yuzu-099f3f639e92bd4f479ce94ffa432d124deedb7a.tar yuzu-099f3f639e92bd4f479ce94ffa432d124deedb7a.tar.gz yuzu-099f3f639e92bd4f479ce94ffa432d124deedb7a.tar.bz2 yuzu-099f3f639e92bd4f479ce94ffa432d124deedb7a.tar.lz yuzu-099f3f639e92bd4f479ce94ffa432d124deedb7a.tar.xz yuzu-099f3f639e92bd4f479ce94ffa432d124deedb7a.tar.zst yuzu-099f3f639e92bd4f479ce94ffa432d124deedb7a.zip |
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/verify.yml (renamed from .github/workflows/build.yml) | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/verify.yml index 916717364..bd4141f56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/verify.yml @@ -165,24 +165,3 @@ jobs: with: name: android path: artifacts/ - release: - runs-on: ubuntu-latest - needs: [ android ] - if: ${{ startsWith(github.ref, 'refs/tags/') }} - steps: - - uses: actions/download-artifact@v3 - - 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"]' |