mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
nightly build fix
This commit is contained in:
parent
e51a42dc14
commit
ba32b875ab
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Check if commit has changed
|
- name: Check if commit has changed
|
||||||
id: build-necessary
|
id: build-necessary
|
||||||
run: |
|
run: |
|
||||||
if wget --spider "https://nightly.hyperion-project.org/$(git rev-parse --short HEAD)" 2>/dev/null; then
|
if wget --spider "https://nightly.apt.hyperion-project.org/$(git rev-parse --short HEAD)" 2>/dev/null; then
|
||||||
echo "::set-output name=commit-has-changed::false"
|
echo "::set-output name=commit-has-changed::false"
|
||||||
else
|
else
|
||||||
echo "::set-output name=commit-has-changed::true"
|
echo "::set-output name=commit-has-changed::true"
|
||||||
@ -125,7 +125,7 @@ jobs:
|
|||||||
- name: Upload packages to nightly server
|
- name: Upload packages to nightly server
|
||||||
uses: SamKirkland/FTP-Deploy-Action@4.1.0
|
uses: SamKirkland/FTP-Deploy-Action@4.1.0
|
||||||
with:
|
with:
|
||||||
server: nightly.hyperion-project.org
|
server: nightly.apt.hyperion-project.org
|
||||||
username: ${{ secrets.NIGHTLY_USER }}
|
username: ${{ secrets.NIGHTLY_USER }}
|
||||||
password: ${{ secrets.NIGHTLY_PASSWORD }}
|
password: ${{ secrets.NIGHTLY_PASSWORD }}
|
||||||
local-dir: "./nightly/"
|
local-dir: "./nightly/"
|
||||||
|
Loading…
Reference in New Issue
Block a user