Skip to content

Commit

Permalink
Fixed gen-manifest install
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Jun 23, 2023
1 parent 8ba2eac commit a4a039a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
repository: "webosbrew/dev-toolbox-cli"
latest: true
fileName: "webosbrew-toolbox-gen-manifest.deb"
fileName: "webosbrew-toolbox-gen-manifest_*.deb"
out-file-path: "temp"

- name: Install Tools
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
omitPrereleaseDuringUpdate: true
artifacts: dist/*.ipk,dist/*.manifest.json
artifacts: dist/*.ipk,dist/*.manifest.json

0 comments on commit a4a039a

Please sign in to comment.