Skip to content

Instantly share code, notes, and snippets.

View am11's full-sized avatar
🎉
if you are reading this, have a great day!

Adeel Mujahid am11

🎉
if you are reading this, have a great day!
View GitHub Profile
@superbrothers
superbrothers / release.yaml
Last active May 22, 2024 19:07
Create a GitHub Release and upload multiple assets in GitHub Actions
name: Release
on:
push:
tags: ["v*"]
jobs:
run:
runs-on: ubuntu-latest
steps:
@stefanbuck
stefanbuck / upload-github-release-asset.sh
Last active November 26, 2023 12:40
Script to upload a release asset using the GitHub API v3.
#!/usr/bin/env bash
#
# Author: Stefan Buck
# License: MIT
# https://gist.github.com/stefanbuck/ce788fee19ab6eb0b4447a85fc99f447
#
#
# This script accepts the following parameters:
#
# * owner