# HG changeset patch # User etisserant # Date 1652980086 -7200 # Node ID 2f9209945146c4dd6f00fb0d52585888c37e69cb # Parent be6d0d610f84f7ec506465748bc5074b4bd1aaf5 Fix syntax errors in build_bundles.yml diff -r be6d0d610f84 -r 2f9209945146 .github/workflows/build_bundles.yml --- a/.github/workflows/build_bundles.yml Thu May 19 18:29:38 2022 +0200 +++ b/.github/workflows/build_bundles.yml Thu May 19 19:08:06 2022 +0200 @@ -1,10 +1,10 @@ name: Build distributable bundles +# This overrides HG revision IDs in Makefile env: - # This overrides HG revision IDs in Makefile - beremiz_revisionid: 9fb2ded4f1988440faf546488ee83373825330f4 - matiec_revisionid: 2a25f4dbf4e2b1e017a3a583db7dede4771fe523 - CanFestival-3_revisionid: 12a05e422666c738d1312259703f80150c747cb5 + beremiz_revisionid: 9fb2ded4f1988440faf546488ee83373825330f4 + matiec_revisionid: 2a25f4dbf4e2b1e017a3a583db7dede4771fe523 + CanFestival-3_revisionid: 12a05e422666c738d1312259703f80150c747cb5 on: push: @@ -21,7 +21,7 @@ with: path: beremiz_public_dist - # repositories are directly checked out wher Makerfile expect them + # repositories are directly checked out wher Makerfile expect them - uses: actions/checkout@v3 with: repository: beremiz/beremiz @@ -46,13 +46,13 @@ touch build/sources/matiec_src touch build/sources/CanFestival-3_src cat >> build/revisions.txt <