File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 conda info
2929 conda env export
3030 - name : Get Version
31- id : get_version
32- uses : battila7/get-version-action@v2
31+ shell : bash -l {0}
32+ run : |
33+ echo "INSTALLER_VERSION=$(grep '^VERSION' ./contrib/Installer/mtfg-ofs-extension-installer.py | cut -d '=' -f 2 | sed 's/\"//g' | sed 's/ //g')" >> $GITHUB_ENV
34+ - name : Print Version
35+ run : echo $INSTALLER_VERSION
3336 - name : Build Installer
3437 shell : bash -l {0}
3538 working-directory : ./contrib/Installer
4043 with :
4144 repo_token : ${{ secrets.GITHUB_TOKEN }}
4245 file : ./contrib/Installer/dist/mtfg-ofs-extension-installer.exe
43- asset_name : mtfg-ofs-extension-installer.exe
46+ asset_name : mtfg-ofs-extension-installer-${{env.INSTALLER_VERSION}} .exe
4447 tag : ${{ github.ref }}
4548 overwrite : true
4649
You can’t perform that action at this time.
0 commit comments