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 6550107
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
runs-on: macos-15
permissions: write-all
steps:
- uses: actions/checkout@v4
- name: Create achrive
run: |
make achive
run: make build
- name: Upload Release
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6550107

Please sign in to comment.