Skip to content

Commit

Permalink
debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laverlin committed Aug 29, 2023
1 parent 7a98061 commit 27890d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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 '<strings><string id="DeviceName">'$device'</string></strings>' > $GITHUB_WORKSPACE/resources-$f/device.xml
echo '<strings><string id="DeviceName">'$device'</string></strings>' > $GITHUB_WORKSPACE/resources-$device/device.xml
done
- name: Build
Expand Down

0 comments on commit 27890d3

Please sign in to comment.