Skip to content

Commit 230155e

Browse files
committed
Clean up windows zip file.
Only add smf plugin to zip file instead of the entire plugin directory.
1 parent 1e1bd5e commit 230155e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ jobs:
9999
# This means that the artifact is double-zipped as a result
100100
- name: Create Zip
101101
working-directory: ${{ github.workspace }}/build/run/RelWithDebInfo/plugins
102-
run: Compress-Archive ./* -Destination ${{ github.workspace }}\${{ env.PLUGIN_NAME }}
102+
run: Compress-Archive ./*/epan/smf.* -Destination ${{ github.workspace }}\${{ env.PLUGIN_NAME }}
103103

104104
- name: Upload Artifacts
105105
uses: actions/upload-artifact@v4
106106
with:
107107
name: ${{ env.PLUGIN_NAME }}
108-
path: ${{ github.workspace }}/${{ env.PLUGIN_NAME }}
108+
path: ${{ github.workspace }}/${{ env.PLUGIN_NAME }}

0 commit comments

Comments
 (0)