# HG changeset patch # User Edouard Tisserant # Date 1653046728 -7200 # Node ID 11a61f120e22b526ed0764305e5679b7c0976c57 # Parent 3b23cd88a197cbe92aa5a910d731a32e475b0613 GH Action workflow: more acurate makefile target touching diff -r 3b23cd88a197 -r 11a61f120e22 .github/workflows/build_bundles.yml --- a/.github/workflows/build_bundles.yml Fri May 20 08:04:52 2022 +0200 +++ b/.github/workflows/build_bundles.yml Fri May 20 13:38:48 2022 +0200 @@ -26,22 +26,25 @@ with: repository: beremiz/beremiz ref: ${{ env.beremiz_revisionid }} - path: build/sources/beremiz_${{ env.beremiz_revisionid }} + path: build/sources/beremiz - uses: actions/checkout@v3 with: repository: beremiz/matiec ref: ${{ env.matiec_revisionid }} - path: build/sources/matiec_${{ env.matiec_revisionid }} + path: build/sources/matiec - uses: actions/checkout@v3 with: repository: beremiz/canfestival ref: ${{ env.canfestival_revisionid }} - path: build/sources/canfestival_${{ env.canfestival_revisionid }} + path: build/sources/canfestival - name: Touch expected Makfile targets to shortcut HG checkout run: | + touch build/sources/beremiz_${{ env.beremiz_revisionid }} + touch build/sources/matiec_${{ env.matiec_revisionid }} + touch build/sources/canfestival_${{ env.canfestival_revisionid }} touch build/sources/beremiz_src touch build/sources/matiec_src touch build/sources/canfestival_src