Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 18, 2024
1 parent 73ce101 commit 703f157
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_sign_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:
if: ${{ inputs.runQuickCheck }}
run: |
# Source the function
. repo/utils/workflow/Build-SignRelease.ps1
Test-Release -Version ${{ inputs.version }}
# . repo/utils/workflow/Build-SignRelease.ps1
# Test-Release -Version ${{ inputs.version }}
# Expand-Archive -Path "ScubaGear-${{ inputs.version }}.zip"
# Get-ChildItem
# Set-Location -Path "ScubaGear-${{ inputs.version }}"
# Import-Module -Name .\PowerShell\ScubaGear\ScubaGear.psd1
# Invoke-SCuBA -Version
Expand-Archive -Path "ScubaGear-${{ inputs.version }}.zip"
Get-ChildItem
Set-Location -Path "ScubaGear-${{ inputs.version }}"
Import-Module -Name .\PowerShell\ScubaGear\ScubaGear.psd1
Invoke-SCuBA -Version

0 comments on commit 703f157

Please sign in to comment.