Skip to content

Commit ba32b87

Browse files
nightly build fix
1 parent e51a42d commit ba32b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Check if commit has changed
1616
id: build-necessary
1717
run: |
18-
if wget --spider "https://nightly.hyperion-project.org/$(git rev-parse --short HEAD)" 2>/dev/null; then
18+
if wget --spider "https://nightly.apt.hyperion-project.org/$(git rev-parse --short HEAD)" 2>/dev/null; then
1919
echo "::set-output name=commit-has-changed::false"
2020
else
2121
echo "::set-output name=commit-has-changed::true"
@@ -125,7 +125,7 @@ jobs:
125125
- name: Upload packages to nightly server
126126
uses: SamKirkland/[email protected]
127127
with:
128-
server: nightly.hyperion-project.org
128+
server: nightly.apt.hyperion-project.org
129129
username: ${{ secrets.NIGHTLY_USER }}
130130
password: ${{ secrets.NIGHTLY_PASSWORD }}
131131
local-dir: "./nightly/"

0 commit comments

Comments
 (0)