diff --git a/.github/workflows/x86_64.yml b/.github/workflows/x86_64.yml index 1f321ae..92b18c3 100644 --- a/.github/workflows/x86_64.yml +++ b/.github/workflows/x86_64.yml @@ -126,7 +126,7 @@ jobs: with: name: OpenWrt_Firmware_${{ env.Artifacts_DATE }} path: openwrt/bin/Firmware - + - name: Upload bin directory to Artifacts uses: actions/upload-artifact@main if: env.UPLOAD_BIN_DIR == 'true' && !cancelled() @@ -143,7 +143,7 @@ jobs: tag_name: AutoUpdate body_path: update_log.txt files: openwrt/bin/Firmware/* - + - name: Remove old Release uses: dev-drprasad/delete-older-releases@v0.1.0 if: env.REMOVE_OLD_RELEASE == 'true' && !cancelled() @@ -152,10 +152,10 @@ jobs: delete_tags: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + - name: Remove workflow runs uses: GitRML/delete-workflow-runs@main if: env.REMOVE_WORKFLOW_RUNS == 'true' && !cancelled() with: retain_days: 1 - keep_minimum_runs: 3 + keep_minimum_runs: 3 \ No newline at end of file