Skip to content

Commit

Permalink
fix: fix process.env
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Jan 12, 2024
1 parent 939bce3 commit 4682587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
result-encoding: string
script: |
const fs = require('fs')
let { name, description, type, sbc, url, icon, init_format, release_date, extract_size, extract_sha256, image_download_size } = process.env
let { name, description, icon, url, extract_size, extract_sha256, image_download_size, release_date, init_format, devices } = process.env
const json = JSON.stringify({
name,
Expand Down

0 comments on commit 4682587

Please sign in to comment.