Skip to content

fix github workflow

fix github workflow #4

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.21
id: go
- name: Build Source Code
run: make
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: bin/k6