Skip to content

Commit

Permalink
test gh
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Jul 3, 2024
1 parent 208707a commit 15c5468
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shell: bash
run: |
python -m pip install --upgrade pip
python -m pip install pipenv pyinstaller==6.6.0
python -m pip install pipenv pyinstaller==6.7.0
pipenv install
rm -rf build dist
Expand Down Expand Up @@ -76,24 +76,9 @@ jobs:
path: dist/chkbit*.zip


hashes:
runs-on: ubuntu-latest
needs: build
steps:
- 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
needs: build
if: ${{ startsWith(github.ref, 'refs/tags/v') }}

steps:
Expand Down

0 comments on commit 15c5468

Please sign in to comment.