Skip to content

Commit

Permalink
Make sure build job is zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Nov 26, 2023
1 parent 075e879 commit f0d07e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composite-actions/build-eop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
# Run build script
- name: Run buildEOP.ps1
run: |
./buildEOP.ps1
./buildEOP.ps1 -shouldZip "True"
shell: pwsh
env:
DXSDK_DIR: ${{ github.workspace }}\DXSDK\
Expand Down

0 comments on commit f0d07e7

Please sign in to comment.