fixed
Some checks failed
Build software / prepare (push) Failing after 4m4s

This commit is contained in:
2024-07-06 12:08:08 +02:00
parent cf4ce9823f
commit 665ff82548
18 changed files with 134 additions and 130 deletions

2
.gitea/workflows/build.yaml Executable file → Normal file
View File

@@ -31,7 +31,7 @@ jobs:
- name: Building ${{ github.repository }}
run: |
source ~/.profile
$GOBIN/go/bin/wails build
$GOPATH/bin/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 }}."