Skip to content

chore: #2 fix executable path #8

chore: #2 fix executable path

chore: #2 fix executable path #8

Workflow file for this run

on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: go build -o ptah-agent-linux-x86_64 cmd/ptah-agent/ptah-agent.go