Skip to content

Commit

Permalink
reset workflow to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Dec 21, 2024
1 parent ae053d8 commit c9344ea
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ on:
push:
tags:
- '*.*.*'
pull_request:

jobs:
packages:
name: Packages
if: false
strategy:
fail-fast: true
matrix:
Expand All @@ -26,7 +24,7 @@ jobs:

image:
name: Image
#needs: [packages]
needs: [packages]
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -55,6 +53,7 @@ jobs:
VERSION=`docker inspect ${IMAGE} | jq -r '.[0].Config.Labels["org.opencontainers.image.version"]'`
echo "version=${VERSION}" >> ${GITHUB_OUTPUT}
# download update file and extract
UPDATE=`docker inspect ${IMAGE} | jq -r '.[0].Config.Labels["org.opencontainers.image.source"]'`
echo "::add-mask::${UPDATE}"
echo "::add-mask::`basename ${UPDATE}`"
Expand All @@ -63,14 +62,12 @@ jobs:
./tools/mico_firmware.py -d mico_${MODEL} -e mico_${MODEL}.bin -i
- name: Pull build packages
if: false
uses: actions/download-artifact@v4
with:
name: build-${{ matrix.model }}
path: build-packages/targets/

- name: Extract build packages
if: false
env:
SOURCE_DIR: build-packages/targets
TARGET: build-packages/s2t/armv7
Expand Down Expand Up @@ -110,14 +107,12 @@ jobs:
- name: Upload artifact to release
uses: softprops/action-gh-release@v2
if: false
with:
files: ${{ steps.artifact.outputs.name }}
draft: true

- name: Attest Build Provenance
uses: actions/attest-build-provenance@v1
if: false
with:
subject-path: ${{ steps.artifact.outputs.name }}
show-summary: false
Expand Down

0 comments on commit c9344ea

Please sign in to comment.