Browse Source

Enable build verification

pull/119/head
B. Blechschmidt 2 years ago
parent
commit
a082a6f45b
  1. 5
      .github/workflows/publish-exe.yml

5
.github/workflows/publish-exe.yml

@ -84,6 +84,11 @@ jobs:
fi
fi
# Enable build verification
- name: Verifiable Build
shell: bash
run: sha256sum ./mypubdir4/*
- name: Publish
uses: softprops/action-gh-release@v1
env:

Loading…
Cancel
Save