File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/"
You can’t perform that action at this time.
0 commit comments