Skip to content

Commit

Permalink
ci: upload Windows installer for tagged builds as release
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
  • Loading branch information
vincentkfu committed Apr 25, 2023
1 parent 98a18b6 commit aa1a1a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ jobs:
with:
name: ${{ matrix.build }}-installer
path: os\windows\*.msi
- name: Upload releases for tagged builds (Windows)
uses: softprops/action-gh-release@v1
if: ${{ startsWith(github.ref, 'refs/tags/') && contains(matrix.build, 'windows') }}
with:
files: os/windows/*.msi
- name: Smoke test
run: ${{matrix.shell}} ./ci/actions-smoke-test.sh
- name: Full test
Expand Down

0 comments on commit aa1a1a1

Please sign in to comment.