Skip to content

Merge pull request #2 from NexusSfan/main #1

Merge pull request #2 from NexusSfan/main

Merge pull request #2 from NexusSfan/main #1

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Init tools
uses: actions/[email protected]
- name: Create Package
shell: bash
run: |
cd $GITHUB_WORKSPACE/src
sudo apt-get install build-essential fpc lcl-units libgtk2.0-dev libxmu-headers libgd-dev libxmu-dev libglib2.0-dev libncurses5-dev
./build.sh
- name: Output the result
uses: actions/[email protected]
with:
name: HAMTools.deb
path: src/HAMTools.deb
if-no-files-found: error