diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-06 17:15:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 17:15:41 -0400 |
commit | 238e46ec9339e1f4e8b3fb565b2c8679f14a47ff (patch) | |
tree | f622ce98dd17201fb3a8931381b425a670842634 | |
parent | 4c9769d7ea2df91ff4bc830738e140821312f91a (diff) | |
parent | 08ba16e1054079af8ceec3de76c53443fc92ac50 (diff) |
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: 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"]' diff --git a/.gitmodules b/.gitmodules index ad7a9b970..95eae8109 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,6 +49,6 @@ [submodule "cpp-jwt"] path = externals/cpp-jwt url = https://github.com/arun11299/cpp-jwt.git -[submodule "externals/libadrenotools"] +[submodule "libadrenotools"] path = externals/libadrenotools url = https://github.com/bylaws/libadrenotools |