Skip to content

[brief] Forgot to change directories in the script for windows. #3

[brief] Forgot to change directories in the script for windows.

[brief] Forgot to change directories in the script for windows. #3

Workflow file for this run

name: Release
on:
push:
tags:
- "*.*.*"
permissions:
contents: write
jobs:
format:
uses: ./.github/workflows/clang-format.yml
release-linux:
needs: format
uses: ./.github/workflows/release-linux.yml
release-windows:
needs: format
uses: ./.github/workflows/release-windows.yml