Skip to content

Commit f9804ed

Browse files
authored
Update dotnet.yml
1 parent 36f104c commit f9804ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ jobs:
3232
- name: Build Solution
3333
run: |
3434
msbuild.exe CADProgramSolution.sln /p:platform="x64" /p:configuration="Release"
35-
36-
- uses: vimtor/[email protected]
35+
36+
- name: Zip DLLs
37+
uses: vimtor/[email protected]
3738
if: ${{ github.event_name == 'push' }}
3839
with:
39-
files: $GITHUB_WORKSPACE\bin\x64\Release\FindAndReplaceCAD.dll
40+
files: FindAndReplaceCAD\bin\x64\Release\FindAndReplaceCAD.dll
4041
dest: release.zip
4142

42-
- name: Bump version and push tag
43+
- name: Bump Version and Push Tag
4344
if: ${{ github.event_name == 'push' }}
4445
id: tag_version
4546
uses: mathieudutour/[email protected]

0 commit comments

Comments
 (0)