Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Cazzar committed Jan 20, 2024
1 parent 80322f5 commit 04bd4a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-package-release-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: build for osx
run: dotnet publish -c Release --runtime osx-x64 -o build streamdeck-vtubestudio


- uses: jossef/action-set-json-field@v1
with:
file: build/manifest.json
Expand Down Expand Up @@ -77,7 +76,9 @@ jobs:
yarn install --frozen-lockfile
yarn build
working-directory: ./streamdeck-vtubestudio/PropertyInspector

env:
NODE_OPTIONS: "--openssl-legacy-provider"

- uses: actions/upload-artifact@v2
with:
name: property-inspector
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
yarn install --frozen-lockfile
yarn build
working-directory: ./streamdeck-vtubestudio/PropertyInspector

env:
NODE_OPTIONS: "--openssl-legacy-provider"

- uses: actions/upload-artifact@v2
with:
name: property-inspector
Expand Down

0 comments on commit 04bd4a8

Please sign in to comment.