We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6bea3 commit 51dc49eCopy full SHA for 51dc49e
.github/workflows/build.yml
@@ -46,11 +46,13 @@ jobs:
46
- name: Get lowercase OS name
47
id: osname
48
uses: ASzc/change-string-case-action@07c1e24a97f0951e13f88870b99c058fcf0b14cf # v5
49
+ if: ${{ startsWith(github.ref, 'refs/tags/') }}
50
with:
51
string: ${{ runner.os }}
52
53
- name: Compress artifacts
54
uses: vimtor/action-zip@26a249fb00d43ca98dad77a4b3838025fc226aa1 # v1.1
55
56
57
files: install/bin/
58
dest: ${{ github.event.repository.name }}-${{ steps.osname.outputs.lowercase }}.zip
0 commit comments