fix ci
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Publish to Gitea release
|
- name: Publish to Gitea release
|
||||||
run: node scripts/publish-gitea.mjs
|
run: node scripts/publish-gitea.mjs
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
GITEA_URL: ${{ github.server_url }}
|
GITEA_URL: ${{ github.server_url }}
|
||||||
GITEA_OWNER: ${{ github.repository_owner }}
|
GITEA_OWNER: ${{ github.repository_owner }}
|
||||||
GITEA_REPO: ${{ github.event.repository.name }}
|
GITEA_REPO: ${{ github.event.repository.name }}
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
node_modules
|
||||||
|
out
|
||||||
|
dist
|
||||||
|
*.log
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
# fichiers locaux du launcher en dev
|
||||||
|
.oflauncher-dev/
|
||||||
Reference in New Issue
Block a user