Skip to content

Commit cdc157a

Browse files
committed
cs2 beta fix
1 parent 26e6d2c commit cdc157a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/build-tools.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Tools
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, cs2-beta]
66
workflow_dispatch:
77

88
concurrency:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Ensure release exists
1919
env:
2020
GH_TOKEN: ${{ github.token }}
21-
run: gh release create tools --repo "$GITHUB_REPOSITORY" --title "Tools" --latest=false || true
21+
run: gh release create tools-beta --repo "$GITHUB_REPOSITORY" --title "Tools" --latest=false --prerelease || true
2222

2323
build:
2424
needs: ensure-release
@@ -60,7 +60,7 @@ jobs:
6060
- name: Upload to release
6161
env:
6262
GH_TOKEN: ${{ github.token }}
63-
run: gh release upload tools --clobber tools/${{ matrix.archive }}
63+
run: gh release upload tools-beta --clobber tools/${{ matrix.archive }}
6464

6565
update-release:
6666
needs: build
@@ -71,4 +71,4 @@ jobs:
7171
- name: Update release notes
7272
env:
7373
GH_TOKEN: ${{ github.token }}
74-
run: gh release edit tools --repo "$GITHUB_REPOSITORY" --notes "Automated tools build from ${GITHUB_SHA::7} on $(date -u +%Y-%m-%d)"
74+
run: gh release edit tools-beta --repo "$GITHUB_REPOSITORY" --notes "Automated tools build from ${GITHUB_SHA::7} on $(date -u +%Y-%m-%d)"

.github/workflows/gametracking.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 1
4848
repository: 'SteamTracking/GameTracking'
49+
ref: 'cs2-beta'
4950

5051
- name: Download pre-built tools
5152
shell: bash
@@ -56,7 +57,7 @@ jobs:
5657
ARCHIVE="tools-linux-x64.tar.gz"
5758
fi
5859
59-
gh release download tools \
60+
gh release download tools-beta \
6061
--repo SteamTracking/GameTracking \
6162
--pattern "$ARCHIVE" \
6263
--dir .

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
shallow = true
1717
[submodule "tools/DumpSource2"]
1818
path = tools/DumpSource2
19-
url = https://github.com/ValveResourceFormat/DumpSource2
19+
url = https://github.com/Lifeismana/DumpSource2
2020
shallow = true
2121
[submodule "tools/SteamFileDownloader"]
2222
path = tools/SteamFileDownloader

tools/DumpSource2

0 commit comments

Comments
 (0)