Skip to content

Commit e5b14cf

Browse files
authored
✔️
1 parent 4da0e7a commit e5b14cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Package
9191
shell: bash
9292
run: |
93-
7z a -t7z DBCHM.7z D:/a/DBCHM/DBCHM/DBChm/bin/Release -xr!*.log -xr!*bak -xr!*pdb
93+
7z a -t7z DBCHM.7z D:/a/DBCHM/DBCHM/DBChm/bin/x64/Release -xr!*.log -xr!*bak -xr!*pdb
9494
- name: Release
9595
uses: softprops/action-gh-release@v1
9696
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)