File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Tools
22
33on :
44 push :
5- branches : [master]
5+ branches : [master, cs2-beta ]
66 workflow_dispatch :
77
88concurrency :
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
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
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)"
Original file line number Diff line number Diff line change 4646 with :
4747 fetch-depth : 1
4848 repository : ' SteamTracking/GameTracking'
49+ ref : ' cs2-beta'
4950
5051 - name : Download pre-built tools
5152 shell : bash
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 .
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments