diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 7f628b2..7008e98 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -56,8 +56,8 @@ jobs: - name: Save Installer uses: actions/upload-artifact@v2 with: - name: NewGAN-Manager-Installer-Mac-v1.2.1 + name: NewGAN-Manager-Installer-Mac-v1.3.0 path: | views/ filters/ - macOS/NewGAN-Manager-1.2.1.dmg \ No newline at end of file + macOS/NewGAN-Manager-1.3.0.dmg diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 87290bc..c8cb46e 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -62,8 +62,8 @@ jobs: - name: Save Installer uses: actions/upload-artifact@v2 with: - name: NewGAN-Manager-Installer-Win-v1.2.1 + name: NewGAN-Manager-Installer-Win-v1.3.0 path: | views/ filters/ - windows/NewGAN-Manager-1.2.1.msi \ No newline at end of file + windows/NewGAN-Manager-1.3.0.msi