Skip to content

Commit cc8929c

Browse files
authored
👷 Prepare TWW2 release (#23)
* Update interface version to most recent patch
1 parent 0622d36 commit cc8929c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ jobs:
1414
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
1515

1616
steps:
17-
1817
- name: Clone project
1918
uses: actions/checkout@v3
2019
with:
2120
fetch-depth: 0 # required for changelog
2221

22+
- name: Install subversion
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install -y subversion
26+
2327
- name: Package
2428
uses: BigWigsMods/packager@v2
2529
with:

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@ jobs:
2323
with:
2424
fetch-depth: 0 # required for changelog
2525

26+
- name: Install subversion
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y subversion
30+
2631
- name: Package and release
2732
uses: BigWigsMods/packager@v2

FailFeed.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 110002
1+
## Interface: 110100
22

33
## Title: FailFeed
44
## Notes: Live feed for your brain damaged team mates.

0 commit comments

Comments
 (0)