Skip to content

Instantly share code, notes, and snippets.

View fxstein's full-sized avatar
:electron:
Energy system AI

fxstein

:electron:
Energy system AI
  • Menlo Park, CA
View GitHub Profile
@fxstein
fxstein / release.yml
Created October 25, 2022 19:36
Github Action to calculate sha256 for release tarball
# https://github.com/fxstein/GoProX
# .github/workflows/release.yml - Automatic creation of sha256 for release tarball
name: goprox release action
run-name: ${{ github.actor }} is publishing release ${{ github.ref_name }}
on:
release:
types: [published]
jobs:
sha256: