Skip to content

Commit

Permalink
Fix make archive command
Browse files Browse the repository at this point in the history
  • Loading branch information
BarredEwe committed Feb 28, 2025
1 parent 9e92a50 commit 8084a5f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ jobs:
runs-on: macos-15
permissions: write-all
steps:
- uses: actions/checkout@v4
- name: Create achrive
run: |
make achive
run: make archive
- name: Upload Release
uses: actions/upload-artifact@v4
with:
name: prefire.tar.gz
path: "~/prefire.tar.gz"
path: prefire.tar.gz

update-homebrew:
needs: release
Expand Down

0 comments on commit 8084a5f

Please sign in to comment.