We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0731a4 commit fdf725fCopy full SHA for fdf725f
.github/workflows/build_archive.yml
@@ -31,7 +31,7 @@ jobs:
31
scons --Release --jobs=4 ${{ env.scons_option }}
32
strip build/x64/Release/Eradication/Eradication
33
./build/x64/Release/Eradication/Eradication --get-schema --schema-path schema.json
34
- grep DTK_Version schema.json | sed 's/[^0-9.]//g' > version
+ grep DTK_Version schema.json | sed 's/[^0-9.]//g' | sed 's/$/.dev1/' > version
35
- name: Archive binary
36
uses: actions/upload-artifact@v4
37
with:
0 commit comments