Skip to content

Commit

Permalink
properly execute the deploy powershell script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckisson committed Apr 24, 2024
1 parent 4b4a9a8 commit c61e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mudlet.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
$Env:GITHUB_SCHEDULED_BUILD = ${{ github.event_name == 'schedule' }}
$Env:GITHUB_PULL_REQUEST_NUMBER = ${{ github.event.pull_request.number }}
$Env:GITHUB_PULL_REQUEST_HEAD_SHA = ${{ github.event.pull_request.head.sha }}
$Env:GITHUB_WORKSPACE\CI\deploy-mudlet-for-windows.ps1
& $Env:GITHUB_WORKSPACE\CI\deploy-mudlet-for-windows.ps1
- name: (Windows) Upload Artifact
if: matrix.os == 'windows-2019' && env.PUBLIC_TEST_BUILD == 'false'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c61e4e0

Please sign in to comment.