diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9a79617..0712c12 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -99,10 +99,10 @@ jobs: # This means that the artifact is double-zipped as a result - name: Create Zip working-directory: ${{ github.workspace }}/build/run/RelWithDebInfo/plugins - run: Compress-Archive ./* -Destination ${{ github.workspace }}\${{ env.PLUGIN_NAME }} + run: Compress-Archive ./*/epan/smf.* -Destination ${{ github.workspace }}\${{ env.PLUGIN_NAME }} - name: Upload Artifacts uses: actions/upload-artifact@v4 with: name: ${{ env.PLUGIN_NAME }} - path: ${{ github.workspace }}/${{ env.PLUGIN_NAME }} \ No newline at end of file + path: ${{ github.workspace }}/${{ env.PLUGIN_NAME }}