[PR #1060] [MERGED] Fix Logic for Deleting Old Pre-Releases #1907

Closed
opened 2026-02-27 21:14:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1060
Author: @DanielSvoboda
Created: 9/24/2024
Status: Merged
Merged: 9/24/2024
Merged by: @georgemoralis

Base: mainHead: Fix-Pre-Releases


📝 Commits (1)

  • b175a43 Fix Logic for Deleting Old Pre-Releases

📊 Changes

1 file changed (+40 additions, -8 deletions)

View changed files

📝 .github/workflows/build.yml (+40 -8)

📄 Description

Currently, is excludes old pre-releases by only comparing the date, without considering the time.
This update uses published_at instead of created_at and compares both date and time to accurately exclude older pre-releases.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1060 **Author:** [@DanielSvoboda](https://github.com/DanielSvoboda) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/24/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `Fix-Pre-Releases` --- ### 📝 Commits (1) - [`b175a43`](https://github.com/shadps4-emu/shadPS4/commit/b175a43fed416bf01501a2056ddf4dca355c5903) Fix Logic for Deleting Old Pre-Releases ### 📊 Changes **1 file changed** (+40 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+40 -8) </details> ### 📄 Description Currently, is excludes **old pre-releases** by only comparing the date, without considering the time. This update uses `published_at` instead of `created_at` and compares both date and `time to accurately` exclude older pre-releases. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1907
No description provided.