Skip to content

Instantly share code, notes, and snippets.

View damienfern's full-sized avatar

Damien Fernandes damienfern

View GitHub Profile
@damienfern
damienfern / release.yml
Created April 15, 2024 08:44
Uploading artifacts on new release with Github Actions
# Trigger this workflow on release
on:
release:
types: [published]
# Make sure the GITHUB_TOKEN has permission to upload to our releases
permissions:
contents: write
jobs: