Skip to content

Commit 8084a5f

Browse files
committed
Fix make archive command
1 parent 9e92a50 commit 8084a5f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ jobs:
1616
runs-on: macos-15
1717
permissions: write-all
1818
steps:
19+
- uses: actions/checkout@v4
1920
- name: Create achrive
20-
run: |
21-
make achive
22-
21+
run: make archive
2322
- name: Upload Release
2423
uses: actions/upload-artifact@v4
2524
with:
2625
name: prefire.tar.gz
27-
path: "~/prefire.tar.gz"
26+
path: prefire.tar.gz
2827

2928
update-homebrew:
3029
needs: release

0 commit comments

Comments
 (0)