Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich committed Oct 28, 2024
1 parent dae1a35 commit 64ddde5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rebuild-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Trigger Mass Package Update
run: |
$fullPathFork = "$(Get-Location)"
scripts/Update-AllPackageManifests.ps1 -PackageIdentifier ${{ github.event.inputs.PackageIdentifier }} -OutputDir $fullPathFork -Token ${{env.WINGET_PAT}} -Submit ${{ github.event.inputs.submit }} ( ![string]::IsNullOrWhitespace(${{ github.event.inputs.resolves }}) ? "-Resolves ${{ github.event.inputs.resolves }}" : $null )
$resolves = ${{ github.event.inputs.resolves }}
scripts/Update-AllPackageManifests.ps1 -PackageIdentifier ${{ github.event.inputs.PackageIdentifier }} -OutputDir $fullPathFork -Token ${{env.WINGET_PAT}} -Submit ${{ github.event.inputs.submit }} ( ![string]::IsNullOrWhitespace($resolves) ? "-Resolves $resolves" : $null )
- uses: actions/upload-artifact@v4
with:
name: manifests
Expand Down

0 comments on commit 64ddde5

Please sign in to comment.