diff options
| -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"]' | ||