Skip to content

scr bo3 hashes

scr bo3 hashes #6

Workflow file for this run

name: Release
on:
push:
paths:
- "hashes/**"
- ".github/workflows/release.yml"
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- uses: actions/[email protected]
with:
submodules: true
- name: Build hashes
shell: pwsh
run: scripts/compile.ps1
- name: Upload release
if: github.ref == 'refs/heads/main'
uses: ncipollo/release-action@v1
with:
commit: ${{ github.sha }}
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "build/package/*"
artifactErrorsFailBuild: true
removeArtifacts: true
replacesArtifacts: true
allowUpdates: true
makeLatest: true
tag: "release"
name: "Hash index"
bodyFile: RELEASE.MD