We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4538e8e + 50c6009 commit 4ddf2b5Copy full SHA for 4ddf2b5
1 file changed
.github/workflows/main.yml
@@ -24,11 +24,12 @@ jobs:
24
- name: Main Build
25
run: |
26
.\Build_Full_CheckScript_For_PostgreSQL_Review.ps1
27
+ shell: pwsh -NoProfile -command ". '{0}'"
28
29
- name: Upload Output Script to Release
30
uses: svenstaro/upload-release-action@v2
31
with:
32
repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: Full_Check_Script.sql
33
+ file: PostgreSQL_Review_Full_Check_Script.sql
34
tag: ${{ github.ref }}
35
overwrite: true
0 commit comments