Skip to content

Commit

Permalink
Update compile_official_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guhill1 committed Oct 31, 2024
1 parent a034bec commit 5bdfe15
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/compile_official_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@ jobs:
echo "Pwsh version: ${{ steps.package.outputs.aaa }}"
echo "Bash version: ${{ steps.package.outputs.aaa }}"
- name: Upload firmware directory
uses: actions/upload-artifact@main
if: steps.organize.outputs.status == 'success' && !cancelled()
with:
name: $DIST_NAME_${{ env.DEVICE_NAME }}${{ env.FILE_DATE }}
path: ${{ env.FIRMWARE }}




0 comments on commit 5bdfe15

Please sign in to comment.