Skip to content

Commit

Permalink
Remove support for alfred (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro authored Apr 15, 2021
1 parent 86b0ab6 commit f8adffd
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 1,352 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "navi"
version = "2.15.1"
version = "2.16.0"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2018"
description = "An interactive cheatsheet tool for the command-line"
Expand Down
10 changes: 0 additions & 10 deletions alfred/alfred0.bash

This file was deleted.

14 changes: 0 additions & 14 deletions alfred/alfred1.bash

This file was deleted.

10 changes: 0 additions & 10 deletions alfred/alfred2.bash

This file was deleted.

7 changes: 0 additions & 7 deletions alfred/alfred3.bash

This file was deleted.

Binary file removed alfred/icon.png
Binary file not shown.
Loading

0 comments on commit f8adffd

Please sign in to comment.