Skip to content

Commit

Permalink
ci: remove trailing zero
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Jul 27, 2024
1 parent 7a28f52 commit b949f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
./scripts/feeds update -a
./scripts/feeds install -a
echo "# CONFIG_SIGNED_PACKAGES is not set" > /tmp/openwrt-sdk/.config
echo CONFIG_FFDA_OOB_FIRMWARE_VERSION=\"${{ needs.build-meta.outputs.firmware-version }}0\" >> /tmp/openwrt-sdk/.config
echo CONFIG_FFDA_OOB_FIRMWARE_VERSION=\"${{ needs.build-meta.outputs.firmware-version }}\" >> /tmp/openwrt-sdk/.config
make defconfig
cat .config
- name: Build packages
Expand Down

0 comments on commit b949f4a

Please sign in to comment.