Merge pull request #2 from NexusSfan/main #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |