mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:19:46 +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]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user