Skip to content

Commit

Permalink
updating GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 16, 2024
1 parent 6288312 commit d95d100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
shell: bash
if: ${{ inputs.replace-version == 'true' }}
run: |
sed -i -e 's/${{ env.json_electron_version}}/${{ inputs.electron }}/g' package.json
sed -i -e 's/${{ env.json_electron_version}}/=${{ inputs.electron }}/g' package.json
# - if: runner.os == 'Windows'
# uses: agracio/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup env
uses: ./github/action/setup-env
uses: ./.github/action/setup-env
with:
electron: ${{ matrix.electron }}

Expand Down

0 comments on commit d95d100

Please sign in to comment.