diff options
| author | 2023-06-06 17:15:41 -0400 | |
|---|---|---|
| committer | 2023-06-06 17:15:41 -0400 | |
| commit | 238e46ec9339e1f4e8b3fb565b2c8679f14a47ff (patch) | |
| tree | f622ce98dd17201fb3a8931381b425a670842634 | |
| parent | Merge pull request #10649 from german77/version (diff) | |
| parent | gitmodules: Fix libadrenotools submodule (diff) | |
| download | yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar.gz yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.tar.xz yuzu-238e46ec9339e1f4e8b3fb565b2c8679f14a47ff.zip | |
Merge pull request #10651 from Morph1984/a
github/gitmodules: Misc fixes
| -rw-r--r-- | .github/workflows/verify.yml (renamed from .github/workflows/build.yml) | 21 | ||||
| -rw-r--r-- | .gitmodules | 2 |
2 files changed, 1 insertions, 22 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"]' | ||
diff --git a/.gitmodules b/.gitmodules index ad7a9b970..95eae8109 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -49,6 +49,6 @@ | |||
| 49 | [submodule "cpp-jwt"] | 49 | [submodule "cpp-jwt"] |
| 50 | path = externals/cpp-jwt | 50 | path = externals/cpp-jwt |
| 51 | url = https://github.com/arun11299/cpp-jwt.git | 51 | url = https://github.com/arun11299/cpp-jwt.git |
| 52 | [submodule "externals/libadrenotools"] | 52 | [submodule "libadrenotools"] |
| 53 | path = externals/libadrenotools | 53 | path = externals/libadrenotools |
| 54 | url = https://github.com/bylaws/libadrenotools | 54 | url = https://github.com/bylaws/libadrenotools |