Skip to content

Commit a52666c

Browse files
committed
yyp pathing
1 parent fec0b8d commit a52666c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
uses: bscotch/igor-setup@v1
2525
with:
2626
access-key: ${{ secrets.ACCESS_KEY }}
27-
target-yyp: ${{ github.workspace }}/${{ steps.find_yyp.outputs.yyp-path }}
27+
target-yyp: ${{ steps.find_yyp.outputs.yyp-path }}
2828
id: igor
2929
- name: use Igor build
3030
uses: bscotch/igor-build@v1
3131
id: build
3232
timeout-minutes: 30
3333
with:
34-
yyp-path: ${{ github.workspace }}/${{ steps.find_yyp.outputs.yyp-path }}
34+
yyp-path: ${{ steps.find_yyp.outputs.yyp-path }}
3535
user-dir: ${{ steps.igor.outputs.user-dir }}
3636
- name: upload-build
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)