Skip to content

Commit

Permalink
[EMERGENCY] fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Oct 7, 2024
1 parent 6fd3466 commit 71798da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Build

on:
workflow_call:
outputs:
artifact-url:
value: ${{ jobs.build.outputs.artifact-url }}
commit-hash:
value: ${{ jobs.build.outputs.commit-hash }}
extension-version:
value: ${{ jobs.build.outputs.extension-version }}

jobs:
build:
Expand Down

0 comments on commit 71798da

Please sign in to comment.