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