diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..4d45950 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,21 @@ +name: checksum action + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - name : Download checksum + - uses: thewh1teagle/checksum@v1.0.0 + with: + patterns: | # Optional + *.zip + *.tar.gz + pre-release: true