Skip to content

Commit

Permalink
:3
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Dec 10, 2023
1 parent faac6cf commit 514b9f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Make source packages
run: |
make dist && gzip -dk sdlgames-1.0.tar.gz && ./bzip3-x86_64-linux sdlgames-1.0.tar && cd ..
- name: Try to build the source package.
run: |
tar -xf sdlgames-1.0.tar.gz
cd sdlgames-1.0
./configure
make
- name: Generate release tag
id: tag
run: |
Expand Down

0 comments on commit 514b9f0

Please sign in to comment.