Skip to content

一些细节和定位调整 #139

一些细节和定位调整

一些细节和定位调整 #139

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go 🦋
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Build 🚀
run: bash ./scripts/build.sh
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: build-artifact
path: output/tnote.*
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
output/tnote.*