mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 09:46:26 +02:00
0.8.86
* fix workflow
This commit is contained in:
parent
e2ab5dacd4
commit
d4f4979245
2 changed files with 4 additions and 4 deletions
6
.github/workflows/compile_development.yml
vendored
6
.github/workflows/compile_development.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
|
||||
build-en:
|
||||
name: Build Environments (English)
|
||||
name: Build (English)
|
||||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
|
@ -77,7 +77,7 @@ jobs:
|
|||
path: firmware/*
|
||||
|
||||
build-de:
|
||||
name: Build Environments (German)
|
||||
name: Build (German)
|
||||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
|
@ -138,7 +138,7 @@ jobs:
|
|||
path: firmware/*
|
||||
|
||||
deploy:
|
||||
name: Deploy Environments
|
||||
name: Update Artifacts / Deploy
|
||||
needs: [build-en, build-de]
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: false
|
||||
|
|
|
@ -65,7 +65,7 @@ def buildManifest(path, infile, outfile):
|
|||
|
||||
jsonString = json.dumps(data, indent=2)
|
||||
|
||||
fp = open(path + "firmware/" + outfile, "w")
|
||||
fp = open(path + "../firmware/" + outfile, "w")
|
||||
fp.write(jsonString)
|
||||
fp.close()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue