Remove support for alfred (#509)

This commit is contained in:
Denis Isidoro 2021-04-15 11:00:04 -03:00 committed by GitHub
parent 86b0ab67db
commit f8adffd3ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 11 additions and 1352 deletions

View file

@ -7,24 +7,6 @@ on:
jobs:
alfred:
name: Publish Alfred workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Zip
run: scripts/action workflow
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Upload workflow to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/workflow/navi.zip
tag: ${{ github.ref }}
asset_name: navi-${{ steps.get_version.outputs.VERSION }}.alfredworkflow
binary:
name: Publish ${{ matrix.target }}
runs-on: ${{ matrix.os }}