Skip to content

Fix 7 Byte UID Gen3 Tag Support #47

Fix 7 Byte UID Gen3 Tag Support

Fix 7 Byte UID Gen3 Tag Support #47

Workflow file for this run

name: Client Build
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types: [created]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
artifact_name: pn532_cli_release_linux
- os: windows-latest
artifact_name: pn532_cli_release_windows
- os: macos-latest
artifact_name: pn532_cli_release_macos
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r script/requirements.txt
pip install pyinstaller
- name: Run PyInstaller
run: |
pyinstaller script/pyinstaller.spec
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact_name }}
path: dist/