Skip to content

Commit

Permalink
Single line command (#121)
Browse files Browse the repository at this point in the history
* Add quotes

* cmd uses carets

* I hate windows
  • Loading branch information
JR-Morgan authored Feb 14, 2025
1 parent 52f406f commit 573e70d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_powerbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ jobs:
- name: Create PQX file
run: |
.\tools\MakePQX\MakePQX.exe pack ^
--mez src/powerbi-data-connector/bin/Speckle.mez ^
--target src/powerbi-data-connector/bin/Speckle.pqx ^
--certificate ${{env.CertFile}} ^
--password ${{secrets.SELF_CERT_PASSWORD}} ^
.\tools\MakePQX\MakePQX.exe pack --mez src/powerbi-data-connector/bin/Speckle.mez --target src/powerbi-data-connector/bin/Speckle.pqx --certificate ${{env.CertFile}} --password ${{secrets.SELF_CERT_PASSWORD}} ^
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 573e70d

Please sign in to comment.