Skip to content

Commit

Permalink
Add build-release.yml (for v6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Feb 10, 2025
1 parent 265706e commit 3be38c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "(Legacy) Release"

on:
workflow_dispatch:

jobs:
build-release:
name: Not Supported
runs-on: ubuntu-latest
steps:
- run: echo "Not supported in v7 or later." && exit 1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update pre-built SourceGenerator for Unity (Legacy)
name: "(Legacy) Update pre-built SourceGenerator for Unity"

on:
workflow_dispatch:
Expand Down

0 comments on commit 3be38c8

Please sign in to comment.