Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Update readme and remove test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcheetham committed Oct 7, 2020
1 parent 67c495c commit 32401f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,3 @@ jobs:
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
milliseconds: 1000
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,15 @@ Update a Windows Package (`winget`) from a workflow.
id: My.Package
version: 2.3.4
sha256: e99fa5e39fa055c318300f65353c8256fca7cc25c16212c73da2081c5a3637f7
manifestText: |
Id: {{id}}
Version: {{version}}
Name: My Cool Application
Publisher: Example Corp
Homepage: https://example.com
Installers:
- Arch: x86
Url: https://github.com/example/project/releases/download/v{{version}}/install-win-{{version}}.exe
InstallerType: Inno
Sha256: {{sha256}}
```

0 comments on commit 32401f3

Please sign in to comment.