Skip to content

Commit

Permalink
feat: update pipeline to allow more build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
chimbosonic committed Feb 22, 2024
1 parent ef02df4 commit fd6a6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build_macos_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Package ${{inputs.channel}}-${{inputs.target}} release
run: |
tar -cvzf kneeboard-${{inputs.channel}}-${{inputs.target}}.tar.gz README.md LICENSE -C ./targe/${{inputs.target}}/release kneeboard
tar -cvzf kneeboard-${{inputs.channel}}-${{inputs.target}}.tar.gz README.md LICENSE -C ./target/${{inputs.target}}/release kneeboard
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fd6a6a4

Please sign in to comment.