Skip to content

Commit

Permalink
Update compile.ps1 script to scans.compile.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrhakr committed Feb 20, 2024
1 parent a945fa6 commit 87a6da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set up PowerShell
uses: actions/powershell-script

- name: Run compile.ps1
run: pwsh -File compile.ps1 -Version "1.3.0.${{ github.run_number }}"
- name: Run scans.compile.ps1
run: pwsh -File scans.compile.ps1 -Version "1.3.0.${{ github.run_number }}"

- name: Install cosign
uses: sigstore/[email protected]
Expand Down

0 comments on commit 87a6da2

Please sign in to comment.