Skip to content

Commit

Permalink
fix zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Nov 21, 2023
1 parent 0cab9b6 commit c0da8ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pre_deploy_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/build_data.zip`, Buffer.from(download.data));
- name: Unzip artifact
run: unzip context.zip
run: unzip build_data.zip
- name: Return Parsed JSON
uses: actions/github-script@v6
id: return-parsed-json
Expand All @@ -50,7 +50,6 @@ jobs:
image_version: ${{ fromJSON(steps.return-parsed-json.outputs.result).image_version }}

create_ops_pr:
name: Create Ops PR
runs-on: ubuntu-20.04
needs: download_build_data_artifact

Expand Down

0 comments on commit c0da8ed

Please sign in to comment.