summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/verify.yml (renamed from .github/workflows/build.yml)21
-rw-r--r--.gitmodules2
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