[PR #1317] [MERGED] Fix release builds #1013

Closed
opened 2025-12-30 01:28:17 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1317
Author: @bioball
Created: 11/14/2025
Status: Merged
Merged: 11/15/2025
Merged by: @bioball

Base: mainHead: fix-snapshot


📝 Commits (1)

📊 Changes

9 files changed (+95 additions, -65 deletions)

View changed files

📝 .github/PklProject (+1 -1)
📝 .github/PklProject.deps.json (+2 -2)
📝 .github/jobs/BuildNativeJob.pkl (+4 -6)
📝 .github/jobs/PklJob.pkl (+2 -2)
📝 .github/workflows/build.yml (+12 -11)
📝 .github/workflows/main.yml (+12 -11)
📝 .github/workflows/prb.yml (+38 -10)
📝 .github/workflows/release-branch.yml (+12 -11)
📝 .github/workflows/release.yml (+12 -11)

📄 Description

In order to preserve the folder hierarchy in our uploaded artifact, we need to insert a wildcard in the root path.

Also, fix fan-in of tasks that lead to the publish test result task.


🔄 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/apple/pkl/pull/1317 **Author:** [@bioball](https://github.com/bioball) **Created:** 11/14/2025 **Status:** ✅ Merged **Merged:** 11/15/2025 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `fix-snapshot` --- ### 📝 Commits (1) - [`893ff58`](https://github.com/apple/pkl/commit/893ff581d7d5d1bbaec23c8ddbff8cf2f64a98fa) Fix release builds ### 📊 Changes **9 files changed** (+95 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `.github/PklProject` (+1 -1) 📝 `.github/PklProject.deps.json` (+2 -2) 📝 `.github/jobs/BuildNativeJob.pkl` (+4 -6) 📝 `.github/jobs/PklJob.pkl` (+2 -2) 📝 `.github/workflows/build.yml` (+12 -11) 📝 `.github/workflows/main.yml` (+12 -11) 📝 `.github/workflows/prb.yml` (+38 -10) 📝 `.github/workflows/release-branch.yml` (+12 -11) 📝 `.github/workflows/release.yml` (+12 -11) </details> ### 📄 Description In order to preserve the folder hierarchy in our uploaded artifact, we need to insert a wildcard in the root path. Also, fix fan-in of tasks that lead to the publish test result task. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:28:17 +01:00
adam closed this issue 2025-12-30 01:28:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1013