We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1bd5e commit 230155eCopy full SHA for 230155e
.github/workflows/windows.yml
@@ -99,10 +99,10 @@ jobs:
99
# This means that the artifact is double-zipped as a result
100
- name: Create Zip
101
working-directory: ${{ github.workspace }}/build/run/RelWithDebInfo/plugins
102
- run: Compress-Archive ./* -Destination ${{ github.workspace }}\${{ env.PLUGIN_NAME }}
+ run: Compress-Archive ./*/epan/smf.* -Destination ${{ github.workspace }}\${{ env.PLUGIN_NAME }}
103
104
- name: Upload Artifacts
105
uses: actions/upload-artifact@v4
106
with:
107
name: ${{ env.PLUGIN_NAME }}
108
- path: ${{ github.workspace }}/${{ env.PLUGIN_NAME }}
+ path: ${{ github.workspace }}/${{ env.PLUGIN_NAME }}
0 commit comments