diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61b6bd6..314e595 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: configuration: Release steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 # - name: File exists @@ -20,8 +20,7 @@ jobs: # run: Test-Path $Env:GITHUB_WORKSPACE/test.ps1 | Should -Be $true - name: Create msi from PowerShell Script shell: pwsh - run: | - & ./test1.ps1 + run: ./test1.ps1 - name: Upload artifacts uses: actions/upload-artifact@v2 with: