Skip to content

Commit

Permalink
always build installer
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev authored Oct 15, 2024
1 parent 88e560c commit e3472ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-test-installer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
# run: vstest.console.exe SAScriptingTest.dll

- name: Upload Release/ for installer job
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/upload-artifact@v4
with:
name: Release
Expand All @@ -67,7 +66,6 @@ jobs:
build-installer:
name: Build installer
needs: build
if: startsWith(github.ref, 'refs/tags/v')
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e3472ae

Please sign in to comment.