diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f1062a..98d7e46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,10 +70,6 @@ jobs: # If bump_each_commit is also set to true, setting this value will cause the version to increment only if the pattern specified is matched. search_commit_body: false - - - name: Use the version - run: | - echo ${{ steps.semver.outputs.version }} - name: Write Version run: | @@ -106,7 +102,7 @@ jobs: for device in $(xmlstarlet select -t -v '//iq:product/@id' $GITHUB_WORKSPACE/manifest.xml) do mkdir -p ./resources-$device - echo ''$device'' > $GITHUB_WORKSPACE/resources-$f/device.xml + echo ''$device'' > $GITHUB_WORKSPACE/resources-$device/device.xml done - name: Build