Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Feb 26, 2025
1 parent b60d404 commit b1051da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/portable_linux_package_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ on:
package_suffix:
type: string
default: -ADHOCBUILD
release_tag:
description: Publish files to this release tag
required: false
type: string

workflow_call:
inputs:
package_suffix:
type: string
default: -ADHOCBUILD
release_tag:
description: Publish files to this release tag
required: false
type: string

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down Expand Up @@ -90,6 +98,7 @@ jobs:
- name: Upload Release Asset
uses: ncipollo/release-action@v1
if: github.event.inputs.release_tag != ''
with:
artifacts: "${{ env.DIST_ARCHIVE }}"
tag: mainline-snapshot
Expand Down

0 comments on commit b1051da

Please sign in to comment.