Skip to content

feat: update CD.yml

feat: update CD.yml #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
- dev
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: Build
run: make
- name: Upload Artifacts
uses: actions/[email protected]
with:
name: sub_account
path: ./sub_account