1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

move to ubuntu-latest for snapcraft

This commit is contained in:
deadc0de6
2021-09-26 20:32:05 +02:00
parent 6e43594894
commit 454910d107

View File

@@ -4,7 +4,7 @@ on:
types: [created]
jobs:
snapcraft_publish:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Publish Snapcraft
@@ -18,6 +18,7 @@ jobs:
sudo apt update
sudo apt -y install git pandoc python3-pip python3-setuptools
sudo pip3 install pypandoc
sudo apt -y install snapd
sudo snap install snapcraft --classic
echo "$SNAP_TOKEN" | snapcraft login --with -
snapcraft