Skip to content

Commit

Permalink
fix: build-and-job build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xbpk3t committed Dec 30, 2024
1 parent 90c52d7 commit b2ce16a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions alfred/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@ tasks:

# pack
- cd .workflow
- plutil -replace version -string "${{ env.tag }}" info.plist
- zip -r ../"docs-alfred_auto_update-${{ env.tag }}.alfredworkflow" .
# - plutil -replace version -string "${{ env.tag }}" info.plist
# - zip -r ../"docs-alfred_auto_update-${{ env.tag }}.alfredworkflow" .
# - cd ..
# - echo "artifact=$(echo "docs-alfred_auto_update-${{ env.tag }}.alfredworkflow")" >> $GITHUB_ENV
# - plutil -replace version -string 111 info.plist
- zip -r ../"docs-alfred.alfredworkflow" .
- cd ..
- echo "artifact=$(echo "docs-alfred_auto_update-${{ env.tag }}.alfredworkflow")" >> $GITHUB_ENV
- echo "artifact=$(echo "docs-alfred.alfredworkflow")" >> $GITHUB_ENV


test:
Expand Down

0 comments on commit b2ce16a

Please sign in to comment.