Fix path of ps script

This commit is contained in:
Gerrit 2023-05-31 10:46:40 +02:00
parent e40d05fa9b
commit 001e9a216c

View file

@ -3,9 +3,6 @@ name: Test
on: on:
push: push:
branches: [ main ] branches: [ main ]
pull_request:
branches: [ main ]
workflow_call:
jobs: jobs:
build: build:
@ -24,7 +21,7 @@ jobs:
- name: Create msi from PowerShell Script - name: Create msi from PowerShell Script
shell: pwsh shell: pwsh
run: | run: |
"./$Env:GITHUB_WORKSPACE/test1.ps1" ./$Env:GITHUB_WORKSPACE/test1.ps1
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: