diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index 434dae2..0c86074 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -37,6 +37,35 @@ jobs: new: data-sources/data-source-checksums.txt mode: strict tolerance: same + output: data-source-checksums-diff.txt + + - name: Upload published-data-source-checksums.txt artifact + uses: actions/upload-artifact@v4 + with: + name: published-data-source-checksums.txt + path: published-data-source-checksums.txt + if-no-files-found: error + + - name: Upload data-source-checksums.txt artifact + uses: actions/upload-artifact@v4 + with: + name: data-source-checksums.txt + path: data-source-checksums.txt + if-no-files-found: error + + - name: Upload data-source-checksums-diff.txt artifact + uses: actions/upload-artifact@v4 + with: + name: data-source-checksums-diff.txt + path: data-source-checksums-diff.txt + if-no-files-found: error + + - name: Upload data-source-checksums.txt artifact + uses: actions/upload-artifact@v4 + with: + name: data-source-checksums.txt + path: app/data-source-checksums.txt + if-no-files-found: error - name: Output result run: | @@ -48,4 +77,4 @@ jobs: - name: Create release if: ${{ !steps.comparison.outputs.passed }} - run: echo "Create release" \ No newline at end of file + run: echo "Create release"