From 71e6c42560c316d056fe4a0c0401107189d338cd Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 8 Jun 2022 21:16:31 +0800 Subject: [PATCH] Delete snap-ci.yml --- .github/workflows/snap-ci.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/snap-ci.yml diff --git a/.github/workflows/snap-ci.yml b/.github/workflows/snap-ci.yml deleted file mode 100644 index a80b02f39..000000000 --- a/.github/workflows/snap-ci.yml +++ /dev/null @@ -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 \ No newline at end of file