Skip to content

Commit 1a08cd0

Browse files
upload-meta-quest-build@v1.1.0 (#9)
- upgrade to node24
1 parent 1515f57 commit 1a08cd0

9 files changed

Lines changed: 31834 additions & 24895 deletions

File tree

.github/workflows/update-release-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
workflow_dispatch:
66
jobs:
77
update-release-tags:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-slim
99
permissions:
1010
contents: write
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515
- uses: RageAgainstThePixel/update-action-release-tags@v1

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ steps:
5757
### outputs
5858

5959
* `build_id`: The uploaded build id.
60+
61+
## Related actions
62+
63+
* [setup-ovr-platform-util](https://github.com/buildalon/setup-ovr-platform-util)
64+

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ inputs:
6262
force:
6363
description: 'Forces the upload, even if there are validation errors. Defaults to false.'
6464
required: false
65+
runs:
66+
using: 'node24'
67+
main: 'dist/index.js'
6568
outputs:
6669
build_id:
6770
description: 'The ID of the build that was uploaded.'
68-
runs:
69-
using: 'node20'
70-
main: 'dist/index.js'

dist/index.js

Lines changed: 31282 additions & 24721 deletions
Large diffs are not rendered by default.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -71,38 +71,6 @@ The above copyright notice and this permission notice shall be included in all c
7171

7272
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7373

74-
@fastify/busboy
75-
MIT
76-
Copyright Brian White. All rights reserved.
77-
78-
Permission is hereby granted, free of charge, to any person obtaining a copy
79-
of this software and associated documentation files (the "Software"), to
80-
deal in the Software without restriction, including without limitation the
81-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
82-
sell copies of the Software, and to permit persons to whom the Software is
83-
furnished to do so, subject to the following conditions:
84-
85-
The above copyright notice and this permission notice shall be included in
86-
all copies or substantial portions of the Software.
87-
88-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
94-
IN THE SOFTWARE.
95-
96-
@vercel/ncc
97-
MIT
98-
Copyright 2018 ZEIT, Inc.
99-
100-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
101-
102-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
103-
104-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
105-
10674
balanced-match
10775
MIT
10876
(MIT)

0 commit comments

Comments
 (0)