Skip to content

workflows: Rename release artifact to aprs-deviceid-release.zip #2

workflows: Rename release artifact to aprs-deviceid-release.zip

workflows: Rename release artifact to aprs-deviceid-release.zip #2

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install deps
run: |
sudo apt-get install -y \
perl perl-modules \
libyaml-tiny-perl libjson-perl libxml-writer-perl libxml-writer-perl
- name: validate and build
run: |
tools/validate.pl
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: aprs-deviceid-release
path: |
tocalls.yaml
generated