1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-20 20:51:49 +01:00

Update macos

This commit is contained in:
Nayam Amarshe 2024-12-19 14:45:09 +05:30
parent c36d646ed4
commit 9f7494b69e

View File

@ -2,6 +2,9 @@
name: Deploy Release
# this will help you specify where to run
on:
push:
tags:
- "v*" # this will run the action when you push a tag that starts with v
workflow_dispatch:
# this is where the magic happens, each job happens in parallel btw
jobs: