summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Morph2023-06-06 17:15:41 -0400
committerGravatar GitHub2023-06-06 17:15:41 -0400
commit238e46ec9339e1f4e8b3fb565b2c8679f14a47ff (patch)
treef622ce98dd17201fb3a8931381b425a670842634 /.github/workflows
parentMerge pull request #10649 from german77/version (diff)
parentgitmodules: Fix libadrenotools submodule (diff)
downloadyuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar.gz
yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar.xz
yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.zip
Merge pull request #10651 from Morph1984/a
github/gitmodules: Misc fixes
Diffstat (limited to '.github/workflows')
-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:
165 with: 165 with:
166 name: android 166 name: android
167 path: artifacts/ 167 path: artifacts/
168 release:
169 runs-on: ubuntu-latest
170 needs: [ android ]
171 if: ${{ startsWith(github.ref, 'refs/tags/') }}
172 steps:
173 - uses: actions/download-artifact@v3
174 - name: Create release
175 uses: actions/create-release@v1
176 env:
177 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178 with:
179 tag_name: ${{ github.ref_name }}
180 release_name: ${{ github.ref_name }}
181 draft: false
182 prerelease: false
183 - name: Upload artifacts
184 uses: alexellis/upload-assets@0.4.0
185 env:
186 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
187 with:
188 asset_paths: '["./**/*.tar.*","./**/*.AppImage","./**/*.7z","./**/*.zip","./**/*.apk","./**/*.aab"]'