Skip to content

use custom build of alfred github build action #3

use custom build of alfred github build action

use custom build of alfred github build action #3

Workflow file for this run

name: Create Alfred Workflow
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Alfred workflow
id: builder
uses: duckworth/build-alfred-workflow@v0.4
with:
workflow_dir: ente-totp
exclude_patterns: '*.pyc *__pycache__/*'
custom_version: ${{ github.ref_name }}
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ${{ steps.builder.outputs.workflow_file }}