mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Update build.yml
This commit is contained in:
23
.github/workflows/build.yml
vendored
23
.github/workflows/build.yml
vendored
@@ -80,13 +80,6 @@ jobs:
|
||||
run: |
|
||||
cp build/core2_firmware.tgz "artifacts/flipper-z-any-core2_firmware-${SUFFIX}.tgz"
|
||||
|
||||
- name: 'Firmware artifact'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware
|
||||
path: |
|
||||
artifacts
|
||||
|
||||
- name: 'Updater artifact'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@@ -94,12 +87,12 @@ jobs:
|
||||
path: |
|
||||
artifacts/f7-*
|
||||
|
||||
- name: Artifact info
|
||||
id: artifact-info
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
- name: 'Firmware artifact'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: updater
|
||||
dry_run: true
|
||||
name: firmware
|
||||
path: |
|
||||
artifacts
|
||||
|
||||
- name: 'Find Previous Comment'
|
||||
if: ${{ github.event.pull_request }}
|
||||
@@ -109,6 +102,12 @@ jobs:
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
comment-author: 'github-actions[bot]'
|
||||
body-includes: 'Compiled firmware for commit'
|
||||
|
||||
- name: Artifact info
|
||||
id: artifact-info
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
dry_run: true
|
||||
|
||||
- name: 'Create or update comment'
|
||||
if: ${{ github.event.pull_request}}
|
||||
|
||||
Reference in New Issue
Block a user