Skip to content

Commit 49508fc

Browse files
committed
Merge branch '3.5-dev' of https://github.com/Duet3D/RepRapFirmware.git into 3.5-dev
2 parents eabd57f + b09cd79 commit 49508fc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

-12
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@ jobs:
2323
cd assets
2424
rm -f Duet2CombinedFirmware.bin DuetMaestroFirmware.bin Duet*_SD*.bin Duet3_CAN*.bin DuetWiFi*.bin
2525
26-
# Upload assets to dev feed on pkg.duet3d.com
27-
- name: Upload files to dev feed
28-
uses: Creepios/sftp-action@v1.0.3
29-
with:
30-
host: pkg.duet3d.com
31-
port: 22
32-
username: ${{ secrets.PKG_SSH_USER }}
33-
password: ${{ secrets.PKG_SSH_PASS }}
34-
privateKey: ${{ secrets.PKG_SSH_KEY }}
35-
localPath: ./assets
36-
remotePath: /var/rrf-pkg/dev
37-
3826
# Upload assets to (un)stable feed on pkg.duet3d.com
3927
- name: Upload files to primary feed
4028
uses: Creepios/sftp-action@v1.0.3

0 commit comments

Comments
 (0)