We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eabd57f + b09cd79 commit 49508fcCopy full SHA for 49508fc
.github/workflows/release.yml
@@ -23,18 +23,6 @@ jobs:
23
cd assets
24
rm -f Duet2CombinedFirmware.bin DuetMaestroFirmware.bin Duet*_SD*.bin Duet3_CAN*.bin DuetWiFi*.bin
25
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
-
38
# Upload assets to (un)stable feed on pkg.duet3d.com
39
- name: Upload files to primary feed
40
uses: Creepios/sftp-action@v1.0.3
0 commit comments