Skip to content

Commit

Permalink
chores: upload app manifest to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sumoduduk committed Aug 17, 2024
1 parent 87cebaf commit cfe3e6a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/scoop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ jobs:
$env:PATH
where termusix.exe
shell: pwsh
- name: Run Termusix with --help
run: |
termusix --version
termusix --help > output.txt
Get-Content -Path output.txt
- name: Run Termusix with --version
run: termusix --version
shell: pwsh
- name:
uses: actions/upload-artifact@v4
with:
name: scoop-manifest
path: termusix.json

0 comments on commit cfe3e6a

Please # to comment.