mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
Fix too many subdirectories in XP VS build release
This commit is contained in:
4
.github/workflows/vsbuild_xp.yml
vendored
4
.github/workflows/vsbuild_xp.yml
vendored
@@ -97,7 +97,9 @@ jobs:
|
||||
cp $top/contrib/glshaders/* $top/package/glshaders/
|
||||
cp $top/contrib/translations/*/*.lng $top/package/languages/
|
||||
cp $top/COPYING $top/package/COPYING
|
||||
'${{ github.workspace }}/vs/tool/zip.exe' -r -9 '${{ github.workspace }}/dosbox-x-vsbuild-XP-${{ env.timestamp }}.zip' '${{ github.workspace }}/package/*'
|
||||
cd $top/package/
|
||||
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-vsbuild-XP-${{ env.timestamp }}.zip *
|
||||
cd $top
|
||||
- name: Upload preview package
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user