Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

.github/workflows/deploy-snap.yaml #29

.github/workflows/deploy-snap.yaml

.github/workflows/deploy-snap.yaml #29

Workflow file for this run

on:
push:
branches:
- master
- github-actions
schedule:
- cron: "0 0 * * 2"
jobs:
build:
uses: arnatious/qbittorrent-snap/.github/workflows/build-snap.yaml@github-actions
publish:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/download-artifact@v2
with:
name: snap
- uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.STORE_LOGIN }}
snap: ${{ needs.build.outputs.snap }}
release: edge