We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4dfa9 commit 44eac1aCopy full SHA for 44eac1a
.github/workflows/windows_build.yml …/workflows/windows_application_build.yml.github/workflows/windows_build.yml renamed to .github/workflows/windows_application_build.yml
@@ -1,4 +1,4 @@
1
-name: Create Windows Executable using Miniconda
+name: Release Windows Executable
2
3
on:
4
push:
.github/workflows/windows_installer_build.yml
@@ -1,9 +1,9 @@
+name: Release MTFG OFS Extension Installer Executable
5
- # tags:
6
- # - '*'
+ tags:
+ - '*'
7
8
jobs:
9
miniconda:
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
conda info
29
conda env export
30
- - name: Get Application Version
+ - name: Get Version
31
id: get_version
32
uses: battila7/get-version-action@v2
33
- name: Build Installer
0 commit comments