Skip to content

Commit

Permalink
snap: try building&releasing from 20.04 instead of 18.04
Browse files Browse the repository at this point in the history
This commit will try building a 0.4.207.0 version (marked as 'beta'
in the snap store) with this new distro version, to see if it works
and if the default GTK theme matches the one supplied by the distro.
  • Loading branch information
knocte committed May 22, 2020
1 parent 4728964 commit de59e12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: ubuntu

on:
push:
tags:
- '*'
on: [push]

jobs:
ubuntu-snap-build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Generate snap package
Expand All @@ -24,7 +21,7 @@ jobs:

ubuntu-snap-upload:
needs: ubuntu-snap-build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Download artifact from previous job
Expand Down
2 changes: 1 addition & 1 deletion scripts/snap_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ fi

snapcraft login --with snapcraft.login

snapcraft push snap/*.snap --release=stable
snapcraft push snap/*.snap --release=beta

0 comments on commit de59e12

Please sign in to comment.