Skip to content

Switch Discord RPC to new Tidal URLs #48

Switch Discord RPC to new Tidal URLs

Switch Discord RPC to new Tidal URLs #48

Workflow file for this run

name: "[master] Release"
on:
push:
branches:
- dev
paths-ignore:
- "**/*.md"
- ".vscode/**"
jobs:
Build:
uses: ./.github/workflows/build.yml
Release:
name: Release dev on GitHub
needs: Build
runs-on: ubuntu-latest
steps:
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
name: luna-artifacts
path: ./dist/
- name: Publish latest release on GitHub
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: dev
prerelease: true
title: Latest Release
files: ./dist/**