[PR #574] [MERGED] CI: Add snapshot artifacts to PR builds #1503

Closed
opened 2026-03-01 21:51:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/574
Author: @JustinGrote
Created: 3/23/2021
Status: Merged
Merged: 3/29/2021
Merged by: @cplee

Base: masterHead: ci/PullRequestArtifacts


📝 Commits (3)

  • 4791b6b Feat: Add snapshot artifacts to PR builds
  • ea6d8b0 Separate Artifacts to keep file size down
  • 6da63b3 Name the tasks

📊 Changes

2 files changed (+15 additions, -4 deletions)

View changed files

📝 .github/workflows/push.yml (+15 -2)
📝 .goreleaser.yml (+0 -2)

📄 Description

This adds Github snapshot artifact binaries, so people can test PRs without needing to download and run the entire build environment locally allowing for wider testing of items such as the new Composite Actions PR.

Demo:

  1. Go to the Checks tab on this PR or go to https://github.com/nektos/act/pull/574/checks

  2. Click the Artifacts button in the upper right
    image

  3. Download zip for the platform you want to test

  4. Extract and test. Version will include the commit.
    image


🔄 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/nektos/act/pull/574 **Author:** [@JustinGrote](https://github.com/JustinGrote) **Created:** 3/23/2021 **Status:** ✅ Merged **Merged:** 3/29/2021 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `ci/PullRequestArtifacts` --- ### 📝 Commits (3) - [`4791b6b`](https://github.com/nektos/act/commit/4791b6ba7efb0c39584cb6cff19ead34269af9f4) Feat: Add snapshot artifacts to PR builds - [`ea6d8b0`](https://github.com/nektos/act/commit/ea6d8b018d9a6128d5d157aec256e07504142193) Separate Artifacts to keep file size down - [`6da63b3`](https://github.com/nektos/act/commit/6da63b314e9b4cbb5a26e760303308d17f0c124b) Name the tasks ### 📊 Changes **2 files changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/push.yml` (+15 -2) 📝 `.goreleaser.yml` (+0 -2) </details> ### 📄 Description This adds Github snapshot artifact binaries, so people can test PRs without needing to download and run the entire build environment locally allowing for wider testing of items such as the new Composite Actions PR. Demo: 1. Go to the `Checks` tab on this PR or go to https://github.com/nektos/act/pull/574/checks 2. Click the Artifacts button in the upper right ![image](https://user-images.githubusercontent.com/15258962/112191705-83bcbc80-8bc3-11eb-8d4b-8c69be564ca1.png) 3. Download zip for the platform you want to test 4. Extract and test. Version will include the commit. ![image](https://user-images.githubusercontent.com/15258962/112191027-d053c800-8bc2-11eb-95c6-6ea5d6701f77.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:51:27 +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/act#1503
No description provided.