Skip to content

Merge pull request #1 from indev29/feat-syntax-highlight #6

Merge pull request #1 from indev29/feat-syntax-highlight

Merge pull request #1 from indev29/feat-syntax-highlight #6

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: zip gruvbox.tdesktop-theme background.png colors.tdesktop-theme
- name: Release
uses: softprops/action-gh-release@v1
with:
files: gruvbox.tdesktop-theme