Skip to content

Rofi 1.7.7+wayland1 #15

Rofi 1.7.7+wayland1

Rofi 1.7.7+wayland1 #15

Workflow file for this run

name: Publish release
on:
push:
tags:
- '*'
jobs:
publish-tarball:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: ./.github/actions/setup
- uses: ./.github/actions/meson
with:
cc: gcc
- uses: ./.github/actions/release