diff -r 1ed6c9812863 -r 2f3d1cd0bd64 .github/workflows/prep_sources.yml --- a/.github/workflows/prep_sources.yml Thu Jul 28 17:20:59 2022 +0200 +++ b/.github/workflows/prep_sources.yml Thu Jul 28 17:44:10 2022 +0200 @@ -21,10 +21,6 @@ steps: - - uses: actions/checkout@v3 - with: - path: beremiz_public_dist - # repositories are directly checked out where Makerfile expects them to be - uses: actions/checkout@v3 with: @@ -60,3 +56,8 @@ canfestival ${{ env.canfestival_revisionid }} EOF + - name: Upload source artifact + uses: actions/upload-artifact@v3 + with: + name: source_package + path: build