File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 : |
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 }}
You can’t perform that action at this time.
0 commit comments