Skip to content

Commit

Permalink
Provide path to dir with action.yml, not the file
Browse files Browse the repository at this point in the history
  • Loading branch information
aadnekar committed Jan 18, 2024
1 parent 0d7d3c6 commit 10cc5dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/build_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 18
cache: 'npm'

- uses: .github/build_template/action.yml
- uses: ./.github/build_action

- name: Fetch certificate file
if: ${{ github.event_name == 'pull_request' }} == false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 18
cache: 'npm'

- uses: .github/build_template/action.yml
- uses: ./.github/build_action

- name: Run Electron Builder
run: npx electron-builder -p never ${{ inputs.electronArgument }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 18
cache: 'npm'

- uses: .github/build_template/action.yml
- uses: ./.github/build_action

- name: Fetch certificate file
shell: bash
Expand Down

0 comments on commit 10cc5dc

Please sign in to comment.