Skip to content

Commit

Permalink
Add building of a tarball to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmf01 committed Jun 27, 2024
1 parent 9b945dc commit 97d8cd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
- name: Check with flac test files
run: ./src/flac/flac -t test-files/subset/*.flac test-files/uncommon/0[5-9]*.flac test-files/uncommon/10*.flac

- name: Upload build
uses: actions/upload-artifact@v4
with:
name: dist-tarball
path: |
./flac-*.tar.xz
- name: Upload ABI compliance reports
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 97d8cd1

Please sign in to comment.