desktop: small fix to AppImage action (#2862)
This commit is contained in:
committed by
GitHub
parent
b095c09283
commit
b28a51106f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -182,7 +182,7 @@ jobs:
|
||||
tag: ${{ github.ref }}
|
||||
|
||||
- name: Linux upload AppImage to release
|
||||
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-22.04'
|
||||
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-20.04'
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user