Skip to content

Commit

Permalink
add some absolute path checks part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 19, 2024
1 parent a7747d7 commit 140b939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
file: dist/@lando/code-sign-action
node-version: '20'
- os: macos-14
file: ${{ github.workspace }}/dist/@lando/code-sign-action
file: /Users/runner/work/code-sign-action/code-sign-action/dist/@lando/code-sign-action
node-version: '20'
- os: windows-2022
file: dist\@lando\code-sign-action.exe
node-version: '20'
- os: windows-2022
file: ${{ github.workspace }}\dist\@lando\code-sign-action.exe
file: D:\a\code-sign-action\code-sign-action/dist\@lando\code-sign-action.exe
node-version: '20'

steps:
Expand Down

0 comments on commit 140b939

Please # to comment.