-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v3-chrishamm' into 3.5-dev
- Loading branch information
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Upload stable release assets | ||
name: Upload prerelease assets | ||
|
||
on: | ||
release: | ||
|
@@ -25,7 +25,7 @@ jobs: | |
# Upload assets to unstable feed on pkg.duet3d.com | ||
- name: Upload files to unstable package feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -38,7 +38,7 @@ jobs: | |
# Upload assets to unstable-3.4 feed on pkg.duet3d.com | ||
- if: contains(github.ref, '3.4') | ||
name: Upload files to unstable 3.4 feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -51,7 +51,7 @@ jobs: | |
# Upload assets to unstable-3.5 feed on pkg.duet3d.com | ||
- if: contains(github.ref, '3.5') | ||
name: Upload files to unstable 3.5 feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -63,8 +63,8 @@ jobs: | |
|
||
# Upload assets to unstable-3.6 feed on pkg.duet3d.com | ||
- if: contains(github.ref, '3.6') | ||
name: Upload files to unstable 3.5 feed | ||
uses: Creepios/[email protected].3 | ||
name: Upload files to unstable 3.6 feed | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Upload stable release assets | ||
name: Upload release assets | ||
|
||
on: | ||
release: | ||
|
@@ -25,7 +25,7 @@ jobs: | |
# Upload assets to stable feed on pkg.duet3d.com | ||
- name: Upload files to stable package feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -37,7 +37,7 @@ jobs: | |
|
||
# Upload assets to unstable feed on pkg.duet3d.com | ||
- name: Upload files to unstable package feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -50,7 +50,7 @@ jobs: | |
# Upload assets to stable-3.4 feed on pkg.duet3d.com | ||
- if: contains(github.ref, '3.4') | ||
name: Upload files to stable 3.4 feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -63,7 +63,7 @@ jobs: | |
# Upload assets to unstable-3.4 feed on pkg.duet3d.com | ||
- if: contains(github.ref, '3.4') | ||
name: Upload files to unstable 3.4 feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -76,7 +76,7 @@ jobs: | |
# Upload assets to stable-3.5 feed on pkg.duet3d.com | ||
- if: contains(github.ref, '3.5') | ||
name: Upload files to stable 3.5 feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -89,7 +89,7 @@ jobs: | |
# Upload assets to unstable-3.5 feed on pkg.duet3d.com | ||
- if: contains(github.ref, '3.5') | ||
name: Upload files to unstable 3.5 feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -100,9 +100,9 @@ jobs: | |
remotePath: /var/rrf-pkg/unstable-3.5 | ||
|
||
# Upload assets to stable-3.6 feed on pkg.duet3d.com | ||
- if: contains(github.ref, '3.5') | ||
- if: contains(github.ref, '3.6') | ||
name: Upload files to stable 3.6 feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|
@@ -115,7 +115,7 @@ jobs: | |
# Upload assets to unstable-3.6 feed on pkg.duet3d.com | ||
- if: contains(github.ref, '3.6') | ||
name: Upload files to unstable 3.5 feed | ||
uses: Creepios/[email protected].3 | ||
uses: Creepios/[email protected].5 | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
|