Skip to content

Commit

Permalink
fix bz3 path
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Dec 6, 2023
1 parent aaadf3c commit 5acfd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
./configure
- name: Make source packages
run: |
make dist && gzip -dk sdlgames-1.0.tar.gz && ../bzip3-x86_64-linux sdlgames-1.0.tar && cd ..
make dist && gzip -dk sdlgames-1.0.tar.gz && ./bzip3-x86_64-linux sdlgames-1.0.tar && cd ..
- name: Generate release tag
id: tag
run: |
Expand Down

0 comments on commit 5acfd35

Please sign in to comment.