mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Update Windows installer workflow
This commit is contained in:
parent
0b845294fb
commit
9106c068ac
1 changed files with 6 additions and 0 deletions
6
.github/workflows/publish-installers.yml
vendored
6
.github/workflows/publish-installers.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
||||||
echo ::set-output name=VERSION::0.0.0
|
echo ::set-output name=VERSION::0.0.0
|
||||||
echo ::set-output name=RELEASE_VERSION::${GITHUB_SHA::7}
|
echo ::set-output name=RELEASE_VERSION::${GITHUB_SHA::7}
|
||||||
fi
|
fi
|
||||||
|
echo ${GITHUB_REF#refs/heads/} > branch.txt
|
||||||
echo $GITHUB_SHA > version.txt
|
echo $GITHUB_SHA > version.txt
|
||||||
|
|
||||||
- name: Set Up Python
|
- name: Set Up Python
|
||||||
|
@ -64,6 +65,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pyinstaller -y ./package/Tautulli-${{ matrix.os }}.spec
|
pyinstaller -y ./package/Tautulli-${{ matrix.os }}.spec
|
||||||
|
|
||||||
|
- name: Move Windows Updater Files
|
||||||
|
if: matrix.os == 'windows'
|
||||||
|
run: |
|
||||||
|
MOVE /Y dist\updater\* dist\Tautulli
|
||||||
|
|
||||||
- name: Create Windows Installer
|
- name: Create Windows Installer
|
||||||
uses: joncloud/makensis-action@v1.2
|
uses: joncloud/makensis-action@v1.2
|
||||||
if: matrix.os == 'windows'
|
if: matrix.os == 'windows'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue