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 1e147c8 commit a396700Copy full SHA for a396700
.github/workflows/build.yml
@@ -19,6 +19,17 @@ jobs:
19
with:
20
fetch-depth: 100
21
22
+ - name: Create Cataclysm Classic Package
23
+ uses: BigWigsMods/packager@master
24
+ if: ${{ success() && github.event_name != 'pull_request' && contains(github.ref, 'tags/') }}
25
+ with:
26
+ args: -g cata -p 468754 -w 25934 -a WqKQbyGx
27
+ env:
28
+ CF_API_KEY: ${{ secrets.CF_API_KEY }}
29
+ GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
30
+ WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
31
+ WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
32
+
33
- name: Create Wrath Classic Package
34
uses: BigWigsMods/packager@master
35
if: ${{ success() && github.event_name != 'pull_request' && contains(github.ref, 'tags/') }}
0 commit comments