From 5ac9cc6d97c0ea141f4321c244e5ccd9931d4c06 Mon Sep 17 00:00:00 2001 From: Christian Zangl Date: Wed, 3 Jul 2024 22:18:48 +0200 Subject: [PATCH] test gh --- .github/workflows/build.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02a5450..4801c06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: shell: bash run: | python -m pip install --upgrade pip - python -m pip install pipenv pyinstaller==6.2.0 + python -m pip install pipenv pyinstaller==6.6.0 pipenv install rm -rf build dist @@ -76,9 +76,23 @@ jobs: path: dist/chkbit*.zip - publish: + hashes: runs-on: ubuntu-latest needs: build + - uses: MCJack123/ghaction-generate-release-hashes@v3 + with: + hash-type: sha256 + file-name: hashes.txt + get-assets: true + - uses: actions/upload-artifact@v4 + with: + name: Asset-Hashes + path: hashes.txt + + + publish: + runs-on: ubuntu-latest + needs: hashes if: ${{ startsWith(github.ref, 'refs/tags/v') }} steps: