Update main.yml

This commit is contained in:
Karl0ss 2025-07-18 09:33:59 +01:00 committed by GitHub
parent e37514fac3
commit cd48e6e86a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ jobs:
- name: Build firmware - name: Build firmware
run: | run: |
sudo ./build_raspberry_pi.sh sudo ./build.sh
- name: Release build artifacts - name: Release build artifacts
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
@ -34,6 +34,6 @@ jobs:
append_body: true append_body: true
body_path: ./version-info body_path: ./version-info
files: | files: |
./anotterkiosk-* ./n-anotterkiosk-*
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}