Skip to content

Commit

Permalink
Clean up windows zip file.
Browse files Browse the repository at this point in the history
Only add smf plugin to zip file instead of the entire plugin directory.
  • Loading branch information
RagnarPaulson committed May 2, 2024
1 parent 1e1bd5e commit 230155e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
path: ${{ github.workspace }}/${{ env.PLUGIN_NAME }}

0 comments on commit 230155e

Please sign in to comment.