Skip to content

#32: Fedora qdbus command name #34

#32: Fedora qdbus command name

#32: Fedora qdbus command name #34

Workflow file for this run

name: Releases
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'application-title-bar.plasmoid'
directory: 'package'
- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "package/application-title-bar.plasmoid"
token: ${{ secrets.GITHUB_TOKEN }}