Skip to content

Update libxkbcommon to 1.7.0 #25

Update libxkbcommon to 1.7.0

Update libxkbcommon to 1.7.0 #25

Workflow file for this run

name: Build client
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install meson ninja
- name: build client
run: ./build.sh
- uses: actions/upload-artifact@v3
with:
name: Executable
path: ./client
- name: Update Release
uses: andelf/nightly-release@main
if: github.repository == 'Xtr126/wayland-getevent'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: latest
name: 'Release $$'
prerelease: false
body: |
Initial release of the client binary.
Based on ${{ github.sha }}
files: |
./client