We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 539e844 + 1200203 commit e5c8252Copy full SHA for e5c8252
.github/workflows/package.yaml
@@ -118,7 +118,7 @@ jobs:
118
echo "zip_name=$zip_name" >> $GITHUB_ENV
119
- name: Ensure linux zip file has a known name
120
uses: canastro/copy-file-action@0.0.2
121
- if: startsWith(matrix.os, 'ubuntu-') && github.ref_type == 'branch'
+ if: startsWith(matrix.os, 'ubuntu-')
122
with:
123
source: "dist/rancher-desktop*.zip"
124
target: ${{ format('dist/{0}', env.zip_name) }}
0 commit comments