mirror of https://github.com/xiph/flac
Add building of a tarball to github actions
This commit is contained in:
parent
9b945dcb90
commit
97d8cd19ce
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue