forked from DMXStage/dmxconnect
create the CI #1
@@ -29,7 +29,9 @@ jobs:
|
||||
go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
||||
|
||||
- name: Building ${{ github.repository }}
|
||||
run: wails build
|
||||
run: |
|
||||
source ~/.profile
|
||||
wails build
|
||||
|
||||
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||
|
||||
Reference in New Issue
Block a user