Skip to content

Commit e5c8252

Browse files
authored
Merge pull request #1331 from rancher-sandbox/fix-gha-conditional
Remove another errant conditional from package.yml
2 parents 539e844 + 1200203 commit e5c8252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
echo "zip_name=$zip_name" >> $GITHUB_ENV
119119
- name: Ensure linux zip file has a known name
120120
uses: canastro/copy-file-action@0.0.2
121-
if: startsWith(matrix.os, 'ubuntu-') && github.ref_type == 'branch'
121+
if: startsWith(matrix.os, 'ubuntu-')
122122
with:
123123
source: "dist/rancher-desktop*.zip"
124124
target: ${{ format('dist/{0}', env.zip_name) }}

0 commit comments

Comments
 (0)