Skip to content

ci pipeline-build copy binary to the artifact dir #8

ci pipeline-build copy binary to the artifact dir

ci pipeline-build copy binary to the artifact dir #8

Workflow file for this run

name: CI Checks
on: push
jobs:
build:
name: Build App
runs-on: ubuntu-latest
steps:
- name: Install Task
uses: arduino/setup-task@v2
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.23
cache: false # https://github.com/actions/setup-go/issues/403
- name: Build
run: task build
- name: Copy Files
run: |
mkdir artifacts
cp bin/linux_amd64/api artifacts/.