Compare commits
9 Commits
627fbd48d7
...
1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| ad8a0caf14 | |||
| 4d722eb24d | |||
| 3206703ca1 | |||
| 361736f6aa | |||
| ab489ddf59 | |||
| 6b372545a1 | |||
| 7d8db88f80 | |||
| 4ed91286b7 | |||
| acd965c406 |
@@ -1,10 +1,10 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on: push
|
on: [release]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: act-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -33,6 +33,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
run: npm run dist
|
run: npm run dist
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
owner: dscalzi
|
owner: oier
|
||||||
repo: HeliosLauncher
|
repo: PatataLauncher
|
||||||
provider: github
|
provider: gitea.fosil.eu
|
||||||
|
|||||||
@@ -48,6 +48,6 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
"url": "git@git.fosil.eu:oier/PatataLauncher.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user