Skip to content

Commit 4da0e7a

Browse files
authored
😂😂
1 parent f80c3bf commit 4da0e7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
# - name: Zip the release dir
5757
# - uses: montudor/action-zip@v0.1.1
5858
# with:
59-
# args: zip -qq -r DBCHM.zip DBCHM\bin\Release
59+
# args: zip -qq -r DBCHM.zip DBCHM\bin\x64\Release
6060

6161
# - name: Upload artifact
6262
# uses: actions/upload-artifact@v2
6363
# with:
6464
# name: DBCHM
6565
# path: |
66-
# D:\a\DBCHM\DBCHM\DBChm\bin\Release\**\*
67-
# !D:\a\DBCHM\DBCHM\DBChm\bin\Release\**\*.pdb
66+
# D:\a\DBCHM\DBCHM\DBChm\bin\x64\Release\**\*
67+
# !D:\a\DBCHM\DBCHM\DBChm\bin\x64\Release\**\*.pdb
6868

6969
# - name: Create Release
7070
# id: create_release

0 commit comments

Comments
 (0)