Skip to content

Commit fdf725f

Browse files
committed
Revert "reverse builder changes (so it doesn't get merged into main when we merge into main)"
This reverts commit cb201b2.
1 parent f0731a4 commit fdf725f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
scons --Release --jobs=4 ${{ env.scons_option }}
3232
strip build/x64/Release/Eradication/Eradication
3333
./build/x64/Release/Eradication/Eradication --get-schema --schema-path schema.json
34-
grep DTK_Version schema.json | sed 's/[^0-9.]//g' > version
34+
grep DTK_Version schema.json | sed 's/[^0-9.]//g' | sed 's/$/.dev1/' > version
3535
- name: Archive binary
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)