Skip to content

Commit 7de28e1

Browse files
authored
Actions (#5)
* add package action * add github token * get token from secrets * fix unexpected token error * use call operator
1 parent a4619fd commit 7de28e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- name: Build package
1010
shell: pwsh
11-
run: ./Build-Installer.ps1
11+
run: "& \"./Build-Installer.ps1\""
1212
env:
1313
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)