Skip to content

Commit 44eac1a

Browse files
author
arch
committed
rename build file
1 parent fc4dfa9 commit 44eac1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/windows_build.yml renamed to .github/workflows/windows_application_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Windows Executable using Miniconda
1+
name: Release Windows Executable
22

33
on:
44
push:

.github/workflows/windows_installer_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Create Windows Executable using Miniconda
1+
name: Release MTFG OFS Extension Installer Executable
22

33
on:
44
push:
5-
# tags:
6-
# - '*'
5+
tags:
6+
- '*'
77

88
jobs:
99
miniconda:
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
conda info
2929
conda env export
30-
- name: Get Application Version
30+
- name: Get Version
3131
id: get_version
3232
uses: battila7/get-version-action@v2
3333
- name: Build Installer

0 commit comments

Comments
 (0)