Skip to content

Commit 25877dd

Browse files
committed
experiment with tag-only steps (5b)
add asset
1 parent 7e5e778 commit 25877dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: plugin_dll_arm64
4545
path: arm64\CollectionInterface.dll
4646

47-
- name: Create ${{ matrix.build_platform }} Release Zipfile
47+
- name: Create ${{ matrix.build_platform }} Release zipfile
4848
if: startsWith(github.ref, 'refs/tags/v') && matrix.build_configuration == 'Release'
4949
working-directory: .
5050
run: |
@@ -65,7 +65,7 @@ jobs:
6565
$zipName = "CollectionInterface_${{ matrix.build_platform }}.zip"
6666
$filesToZip = "CollectionInterface.dll", ".\docs\"
6767
Compress-Archive -Path $filesToZip -Destination -$zipName
68-
- name: 🎉 Store ${{ matrix.build_platform }} Zipfile as asset
68+
- name: 🎉 Store ${{ matrix.build_platform }} zipfile as asset
6969
uses: svenstaro/upload-release-action@v2
7070
with:
7171
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)