Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-copr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: ls -l artifacts

- name: Update GitHub Release
uses: LizardByte/actions/actions/release_create@v2025.927.193939
uses: LizardByte/actions/actions/release_create@v2025.929.125237
with:
allowUpdates: true
body: ${{ github.event.release.body }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- name: More space
if: matrix.arch == 'x86_64'
uses: LizardByte/actions/actions/more_space@v2025.927.193939
uses: LizardByte/actions/actions/more_space@v2025.929.125237
with:
analyze-space-savings: true
clean-all: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Validate Homebrew Formula
id: test
if: matrix.release != true
uses: LizardByte/actions/actions/release_homebrew@v2025.927.193939
uses: LizardByte/actions/actions/release_homebrew@v2025.929.125237
with:
formula_file: ${{ github.workspace }}/homebrew/sunshine.rb
git_email: ${{ secrets.GIT_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
dist: 22.04
steps:
- name: More space
uses: LizardByte/actions/actions/more_space@v2025.927.193939
uses: LizardByte/actions/actions/more_space@v2025.929.125237
with:
analyze-space-savings: true
clean-all: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Release Setup
id: release-setup
uses: LizardByte/actions/actions/release_setup@v2025.927.193939
uses: LizardByte/actions/actions/release_setup@v2025.929.125237

with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
run: ls -l artifacts

- name: Create/Update GitHub Release
uses: LizardByte/actions/actions/release_create@v2025.927.193939
uses: LizardByte/actions/actions/release_create@v2025.929.125237
with:
allowUpdates: false
body: ${{ needs.release-setup.outputs.release_body }}
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
path: homebrew

- name: Upload Homebrew Beta Formula
uses: LizardByte/actions/actions/release_homebrew@v2025.927.193939
uses: LizardByte/actions/actions/release_homebrew@v2025.929.125237
with:
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
git_email: ${{ secrets.GH_BOT_EMAIL }}
Expand Down
Loading