Skip to content

Commit

Permalink
.github/workflows/nightly.yml fix .build.linux.publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Sep 13, 2024
1 parent 1792a5e commit e403ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
.build.linux.publish |= map(del(.url)) |
.build.linux.publish[0].provider = "s3" |
.build.linux.publish[0].bucket = "${{ secrets.NIGHTLY_AWS_S3_BUCKET }}" |
.build.linux.publish[0].region = "${{ secrets.NIGHTLY_AWS_REGION }}"
.build.linux.publish[0].channel = "${{ env.CHANNEL }}" |
.build.linux.publish[0].region = "${{ secrets.NIGHTLY_AWS_REGION }}" |
.build.linux.publish[0].channel = "${{ env.CHANNEL }}"
' package.json > tmp.json && mv tmp.json package.json
- name: debug cat package.json
Expand Down

0 comments on commit e403ba3

Please sign in to comment.