Skip to content

Commit

Permalink
Fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Dec 16, 2022
1 parent 2169292 commit d0b2647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
set PATH="%PATH%;C:\Program Files\7-Zip"
- name: Zip executable
run: |
ru
7z a Dust3D-win32-x86_64.zip ${GITHUB_WORKSPACE}/application/release/dust3d.exe
7z a Dust3D-win32-x86_64.zip ${GITHUB_WORKSPACE}/../Qt/5.15.2/msvc2019_64/bin/Qt5Svg.dll
7z a Dust3D-win32-x86_64.zip ${GITHUB_WORKSPACE}/../Qt/5.15.2/msvc2019_64/bin/Qt5Widgets.dll
Expand All @@ -83,5 +83,5 @@ jobs:
- name: Upload zip
uses: actions/upload-artifact@v3
with:
name: Dust3D-win32-x86_64.zip
name: Dust3D-win32-x86_64
path: Dust3D-win32-x86_64/

0 comments on commit d0b2647

Please sign in to comment.