Compare commits

...

9 Commits

Author SHA1 Message Date
ad8a0caf14 build to release
Some checks failed
Build / release (macos-latest) (release) Failing after 2m13s
Build / release (ubuntu-latest) (release) Failing after 54s
Build / release (windows-latest) (release) Failing after 53s
2024-09-14 23:03:41 +02:00
4d722eb24d token var 2024-09-14 23:03:09 +02:00
3206703ca1 token
Some checks failed
Build / release (macos-latest) (push) Failing after 53s
Build / release (ubuntu-latest) (push) Failing after 54s
Build / release (windows-latest) (push) Failing after 51s
2024-09-14 17:33:48 +02:00
361736f6aa build
Some checks failed
Build / release (macos-latest) (push) Failing after 51s
Build / release (ubuntu-latest) (push) Failing after 52s
Build / release (windows-latest) (push) Failing after 52s
2024-09-14 16:05:39 +02:00
ab489ddf59 build node
Some checks failed
Build / release (macos-latest) (push) Failing after 3m0s
Build / release (ubuntu-latest) (push) Failing after 1m19s
Build / release (windows-latest) (push) Failing after 1m19s
2024-09-14 15:50:28 +02:00
6b372545a1 build node
Some checks failed
Build / release (macos-latest) (push) Failing after 17s
Build / release (ubuntu-latest) (push) Failing after 10s
Build / release (windows-latest) (push) Failing after 12s
2024-09-14 15:42:30 +02:00
7d8db88f80 build
Some checks failed
Build / release (macos-latest) (push) Failing after 15s
Build / release (ubuntu-latest) (push) Failing after 8s
Build / release (windows-latest) (push) Failing after 8s
2024-09-14 15:17:46 +02:00
4ed91286b7 build
Some checks failed
Build / release (macos-latest) (push) Failing after 1m33s
Build / release (ubuntu-latest) (push) Failing after 13s
Build / release (windows-latest) (push) Failing after 12s
2024-09-14 15:15:48 +02:00
acd965c406 Action
Some checks failed
Build / release (macos-latest) (push) Waiting to run
Build / release (windows-latest) (push) Waiting to run
Build / release (ubuntu-latest) (push) Failing after 1m20s
2024-09-14 14:50:55 +02:00
4 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
name: Build
on: push
on: [release]
jobs:
release:
runs-on: ${{ matrix.os }}
runs-on: act-latest
permissions:
contents: write
@@ -33,6 +33,6 @@ jobs:
- name: Build
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: npm run dist
shell: bash

View File

@@ -10,7 +10,7 @@
![Screenshot 1](https://i.imgur.com/6o7SmH6.png)
![Screenshot 2](https://i.imgur.com/x3B34n1.png)
## Features
* 🔒 Full account management.

View File

@@ -1,3 +1,3 @@
owner: dscalzi
repo: HeliosLauncher
provider: github
owner: oier
repo: PatataLauncher
provider: gitea.fosil.eu

View File

@@ -48,6 +48,6 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
"url": "git@git.fosil.eu:oier/PatataLauncher.git"
}
}