Skip to content

Commit

Permalink
0.8.86
Browse files Browse the repository at this point in the history
* fix workflow
  • Loading branch information
lumapu committed Feb 24, 2024
1 parent d4f4979 commit e7d9a8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

build-en:
name: Build (English)
name: Build (EN)
needs: check
runs-on: ubuntu-latest
continue-on-error: true
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
path: firmware/*

build-de:
name: Build (German)
name: Build (DE)
needs: check
runs-on: ubuntu-latest
continue-on-error: true
Expand Down Expand Up @@ -170,10 +170,10 @@ jobs:
run: python ../scripts/buildManifest.py

- name: Copy install html
run: mv ../scripts/gh-action-dev-build-flash.html firmware/install.html
run: mv scripts/gh-action-dev-build-flash.html firmware/install.html

- name: Copy Changes.md
run: mv CHANGES.md firmware/CHANGES.md
run: mv src/CHANGES.md firmware/CHANGES.md


- name: Rename firmware directory
Expand Down

0 comments on commit e7d9a8e

Please sign in to comment.