Skip to content

Instantly share code, notes, and snippets.

View fxstein's full-sized avatar
📷
EXIF days in the sun

fxstein

📷
EXIF days in the sun
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: