mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Install NSIS on windows runners
This commit is contained in:
@@ -366,6 +366,11 @@ jobs:
|
||||
run: |-
|
||||
python -m pip install --upgrade gitpython
|
||||
|
||||
- name: "Install NSIS"
|
||||
uses: negrutiu/nsis-install@f3339c88dba6fd08910d5275a943f8f746d94876 # v2
|
||||
with:
|
||||
distro: official
|
||||
|
||||
- name: "Prepare repository"
|
||||
run: |-
|
||||
python ./checkout.py ${{ inputs.version }}-rc${{ inputs.preview_id }}
|
||||
|
||||
@@ -432,6 +432,11 @@ jobs:
|
||||
run: |-
|
||||
python -m pip install --upgrade gitpython
|
||||
|
||||
- name: "Install NSIS"
|
||||
uses: negrutiu/nsis-install@f3339c88dba6fd08910d5275a943f8f746d94876 # v2
|
||||
with:
|
||||
distro: official
|
||||
|
||||
- name: "Prepare repository"
|
||||
run: |-
|
||||
python checkout.py ${{ inputs.version || 'master' }}
|
||||
|
||||
@@ -435,6 +435,11 @@ jobs:
|
||||
run: |-
|
||||
python -m pip install --upgrade gitpython
|
||||
|
||||
- name: "Install NSIS"
|
||||
uses: negrutiu/nsis-install@f3339c88dba6fd08910d5275a943f8f746d94876 # v2
|
||||
with:
|
||||
distro: official
|
||||
|
||||
- name: "Prepare repository"
|
||||
run: |-
|
||||
python checkout.py master
|
||||
|
||||
Reference in New Issue
Block a user