Skip to content

Commit

Permalink
Don't update dev feed on release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm authored Apr 19, 2024
1 parent e1e8aa8 commit b09cd79
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ jobs:
cd assets
rm -f Duet2CombinedFirmware.bin DuetMaestroFirmware.bin Duet*_SD*.bin Duet3_CAN*.bin DuetWiFi*.bin
# Upload assets to dev feed on pkg.duet3d.com
- name: Upload files to dev feed
uses: Creepios/sftp-action@v1.0.3
with:
host: pkg.duet3d.com
port: 22
username: ${{ secrets.PKG_SSH_USER }}
password: ${{ secrets.PKG_SSH_PASS }}
privateKey: ${{ secrets.PKG_SSH_KEY }}
localPath: ./assets
remotePath: /var/rrf-pkg/dev

# Upload assets to (un)stable feed on pkg.duet3d.com
- name: Upload files to primary feed
uses: Creepios/sftp-action@v1.0.3
Expand Down

0 comments on commit b09cd79

Please sign in to comment.