Skip to content

Commit

Permalink
Update tarball workflow to use meson dist
Browse files Browse the repository at this point in the history
  • Loading branch information
axkg committed Apr 5, 2024
1 parent b81cbcb commit 779dc3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tarbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
libcap2-dev libglib2.0-dev libgtk-3-dev libice-dev \
libjack-dev liblrdf0-dev libmad0-dev libpango1.0-dev \
libpulse-dev libsm-dev libvorbis-dev libx11-dev libxext-dev \
libxi-dev libxml2-dev mpg321 sox vorbis-tools yelp-tools zlib1g-dev
libxi-dev libxml2-dev mpg321 sox vorbis-tools yelp-tools zlib1g-dev \
meson ninja-build
- name: Tag release
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ inputs.relver }}
- name: Build tarball
run: |
./autogen.sh
./configure
make tarballs
meson setup build
meson dist --no-tests -C build
- name: Collect artifacts
uses: actions/upload-artifact@v2
with:
name: tarballs
path: terminatorX-*.tar.*
path: build/meson-dist/terminatorX-*.tar.*

0 comments on commit 779dc3a

Please sign in to comment.