Add building of a tarball to github actions

This commit is contained in:
Martijn van Beurden 2024-06-26 15:50:52 +02:00
parent 9b945dcb90
commit 97d8cd19ce
1 changed files with 7 additions and 0 deletions

View File

@ -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: