Skip to content

Commit 4ddf2b5

Browse files
committed
2 parents 4538e8e + 50c6009 commit 4ddf2b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ jobs:
2424
- name: Main Build
2525
run: |
2626
.\Build_Full_CheckScript_For_PostgreSQL_Review.ps1
27+
shell: pwsh -NoProfile -command ". '{0}'"
2728

2829
- name: Upload Output Script to Release
2930
uses: svenstaro/upload-release-action@v2
3031
with:
3132
repo_token: ${{ secrets.GITHUB_TOKEN }}
32-
file: Full_Check_Script.sql
33+
file: PostgreSQL_Review_Full_Check_Script.sql
3334
tag: ${{ github.ref }}
3435
overwrite: true

0 commit comments

Comments
 (0)