We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec0b8d commit a52666cCopy full SHA for a52666c
.github/workflows/ci.yml
@@ -24,14 +24,14 @@ jobs:
24
uses: bscotch/igor-setup@v1
25
with:
26
access-key: ${{ secrets.ACCESS_KEY }}
27
- target-yyp: ${{ github.workspace }}/${{ steps.find_yyp.outputs.yyp-path }}
+ target-yyp: ${{ steps.find_yyp.outputs.yyp-path }}
28
id: igor
29
- name: use Igor build
30
uses: bscotch/igor-build@v1
31
id: build
32
timeout-minutes: 30
33
34
- yyp-path: ${{ github.workspace }}/${{ steps.find_yyp.outputs.yyp-path }}
+ yyp-path: ${{ steps.find_yyp.outputs.yyp-path }}
35
user-dir: ${{ steps.igor.outputs.user-dir }}
36
- name: upload-build
37
uses: actions/upload-artifact@v4
0 commit comments