Skip to content

Commit

Permalink
Merge pull request #37 from sundermann/v21
Browse files Browse the repository at this point in the history
V21
  • Loading branch information
sundermann authored Mar 10, 2025
2 parents cb7fe87 + 2da7093 commit e69fbe6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: awawa-dev/HyperHDR
ref: v21.0.0.0beta2
ref: v21.0.0.0
path: hyperhdr-repo
submodules: recursive
fetch-depth: 0
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
find ./release
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hyperhdr-build
path: ${{ github.workspace }}/hyperhdr-repo/release/*
Expand All @@ -126,7 +126,7 @@ jobs:
with:
submodules: recursive

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: hyperhdr-build
path: hyperhdr-build
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- run: npm run gen-manifest

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hyperhdr-ipk
path: |
Expand Down
2 changes: 1 addition & 1 deletion appinfo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "org.webosbrew.hyperhdr.loader",
"version": "0.1.11",
"version": "0.1.12",
"vendor": "webosbrew.org",
"title": "HyperHDR",
"icon": "assets/logo_small.png",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.webosbrew.hyperhdr.loader",
"version": "0.1.11",
"version": "0.1.12",
"description": "HyperHDR loader",
"main": "frontend/index.js",
"moduledir": "frontend",
Expand Down

0 comments on commit e69fbe6

Please sign in to comment.