This commit is contained in:
@@ -12,18 +12,18 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.22"
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir -p dist
|
||||
go build -o dist/Sneedchat-Discord-Bridge .
|
||||
go mod tidy
|
||||
go build -o Sneedchat-Discord-Bridge .
|
||||
|
||||
- name: Upload artifact
|
||||
uses: https://gitea.com/gitea/actions/upload-artifact@main
|
||||
- name: Upload Build Artifact
|
||||
uses: https://gitea.com/actions/upload-artifact@v2
|
||||
with:
|
||||
name: sneedchatdiscordbridge
|
||||
path: dist/*
|
||||
name: sneedchat-bridge-bin
|
||||
path: Sneedchat-Discord-Bridge
|
||||
|
||||
Reference in New Issue
Block a user