Skip to content

Commit

Permalink
Fix zip path
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Oct 8, 2024
1 parent 6fd7025 commit b4e3b60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ jobs:

- name: Zip Files
run: |
cd ${{github.workspace}}/artifacts
zip -r apriltagdesktop-natives.zip .
zip -r apriltagdesktop-natives.zip ${{github.workspace}}/artifacts
- uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit b4e3b60

Please sign in to comment.