Skip to content

Include shell-lib files instead of submodule #19

Include shell-lib files instead of submodule

Include shell-lib files instead of submodule #19

Workflow file for this run

name: Generate and upload a release assets
on: push
jobs:
upload:
if: startsWith(github.ref, 'refs/tags/')
name: Upload Artifacts
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: shell-lib/docker/install_docker.sh
- run: installer/generate_installer.sh
- uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: installer/ACH-Zeek.tar