We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a577f6d commit bcf6452Copy full SHA for bcf6452
.github/workflows/binaries.yml
@@ -1,9 +1,11 @@
1
name: Add Binaries to current release.
2
3
on:
4
- push:
5
- tags:
6
- '*'
+ workflow_run:
+ workflows:
+ - Release
7
+ types:
8
+ - completed
9
workflow_dispatch:
10
11
#defaults:
config.example.toml
@@ -1,4 +1,3 @@
-# See the readme for description on these
[buildOpts]
games = true
0 commit comments