Skip to content

Commit

Permalink
build: update release workflow
Browse files Browse the repository at this point in the history
- Exclude unnecessary files
- Remove trailing whitespace
  • Loading branch information
dkarter committed Jul 31, 2022
1 parent e62d8c1 commit 9713dc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Build Alfred Workflow
id: alfred_builder
uses: mperezi/build-alfred-workflow@v1.0.1
with:
workflow_dir: .
exclude_patterns: '.github .git'
exclude_patterns: '.github/ .git/ screenshots/'

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -30,7 +30,7 @@ jobs:
release_name: ${{ github.ref }}
draft: false
prerelease: false

- name: Upload Alfred Workflow
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 9713dc7

Please sign in to comment.