We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9337846 commit 78a0168Copy full SHA for 78a0168
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
ARCH: [x86_64, i686, aarch64, armhf]
11
12
name: AppImage ${{ matrix.ARCH }}
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
14
env:
15
ARCH: ${{ matrix.ARCH }}
16
DIST: bionic
@@ -35,7 +35,7 @@ jobs:
35
name: Create release and upload artifacts
36
needs:
37
- appimage
38
39
steps:
40
- name: Download artifacts
41
uses: actions/download-artifact@v2
0 commit comments