Next new release should be marked as latest

This commit is contained in:
Djuri Baars 2023-11-08 20:36:58 +01:00
parent 0541a7759f
commit 42bd78867d

View File

@ -69,6 +69,7 @@ jobs:
artifacts: "output/full-firmware.bin,output/full-firmware.sha256,.pio/build/lolin_s3_mini/*.bin" artifacts: "output/full-firmware.bin,output/full-firmware.sha256,.pio/build/lolin_s3_mini/*.bin"
allowUpdates: true allowUpdates: true
removeArtifacts: true removeArtifacts: true
makeLatest: true
- name: Pushes full-firmware.bin to web flasher - name: Pushes full-firmware.bin to web flasher
id: push_directory id: push_directory
uses: cpina/github-action-push-to-another-repository@main uses: cpina/github-action-push-to-another-repository@main