We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da0e7a commit e5b14cfCopy full SHA for e5b14cf
1 file changed
.github/workflows/build.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Package
91
shell: bash
92
run: |
93
- 7z a -t7z DBCHM.7z D:/a/DBCHM/DBCHM/DBChm/bin/Release -xr!*.log -xr!*bak -xr!*pdb
+ 7z a -t7z DBCHM.7z D:/a/DBCHM/DBCHM/DBChm/bin/x64/Release -xr!*.log -xr!*bak -xr!*pdb
94
- name: Release
95
uses: softprops/action-gh-release@v1
96
if: startsWith(github.ref, 'refs/tags/')
0 commit comments