From 42bd78867dbdc194e5c2e44a3ddd8b94c3e32ac2 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Wed, 8 Nov 2023 20:36:58 +0100 Subject: [PATCH] Next new release should be marked as latest --- .github/workflows/workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c07c50c..4f841f7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -69,6 +69,7 @@ jobs: artifacts: "output/full-firmware.bin,output/full-firmware.sha256,.pio/build/lolin_s3_mini/*.bin" allowUpdates: true removeArtifacts: true + makeLatest: true - name: Pushes full-firmware.bin to web flasher id: push_directory uses: cpina/github-action-push-to-another-repository@main