Skip to content

Commit

Permalink
potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquantumoff committed Jul 16, 2023
1 parent 5186dcb commit cf502ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
tags:
- "v*"

workflow_dispatch:
env:
CARGO_TERM_COLOR: always

Expand All @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/checkouts@3
- name: Install NSIS (windows)
uses: repolevedavaj/install-nsis
uses: repolevedavaj/install-nsis@v1.0.0
with:
nsis-version: 3.09
- name: Install Qt5
Expand Down

0 comments on commit cf502ee

Please sign in to comment.