Delete snap-ci.yml
This commit is contained in:
parent
3740a0b730
commit
71e6c42560
30
.github/workflows/snap-ci.yml
vendored
30
.github/workflows/snap-ci.yml
vendored
@ -1,30 +0,0 @@
|
|||||||
name: Snap CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths-ignore:
|
|
||||||
- README.md
|
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-snap-master-package:
|
|
||||||
runs-on: ubuntu-18.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Check out Git repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Use Snapcraft
|
|
||||||
uses: snapcore/action-build@v1
|
|
||||||
id: build
|
|
||||||
- uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: rustdesk.snap
|
|
||||||
path: ${{ steps.build.outputs.snap }}
|
|
||||||
# - uses: snapcore/action-publish@v1
|
|
||||||
# with:
|
|
||||||
# store_login: ${{ secrets.SNAP_TOKEN }}
|
|
||||||
# snap: ${{ steps.build.outputs.snap }}
|
|
||||||
# release: edge
|
|
Loading…
x
Reference in New Issue
Block a user