mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 15:08:39 +00:00
move to ubuntu-latest for snapcraft
This commit is contained in:
3
.github/workflows/snapcraft-release.yml
vendored
3
.github/workflows/snapcraft-release.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
types: [created]
|
types: [created]
|
||||||
jobs:
|
jobs:
|
||||||
snapcraft_publish:
|
snapcraft_publish:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build and Publish Snapcraft
|
- name: Build and Publish Snapcraft
|
||||||
@@ -18,6 +18,7 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install git pandoc python3-pip python3-setuptools
|
sudo apt -y install git pandoc python3-pip python3-setuptools
|
||||||
sudo pip3 install pypandoc
|
sudo pip3 install pypandoc
|
||||||
|
sudo apt -y install snapd
|
||||||
sudo snap install snapcraft --classic
|
sudo snap install snapcraft --classic
|
||||||
echo "$SNAP_TOKEN" | snapcraft login --with -
|
echo "$SNAP_TOKEN" | snapcraft login --with -
|
||||||
snapcraft
|
snapcraft
|
||||||
|
|||||||
Reference in New Issue
Block a user