Skip to content

Commit

Permalink
Artifact naming and output writing.
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed May 13, 2024
1 parent a52666c commit eee508f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
$yyp = Get-ChildItem -Path ${{ github.workspace }} -Recurse -Filter *.yyp
Write-Output "YYP file found at: $yyp"
echo "::set-output name=yyp-path::$yyp"
echo "yyp-path=$yyp" >> $GITHUB_OUTPUT
- name: use Igor Setup
uses: bscotch/igor-setup@v1
with:
Expand All @@ -36,6 +36,6 @@ jobs:
- name: upload-build
uses: actions/upload-artifact@v4
with:
name: igor-build-${{ matrix.os }}
name: igor-build-windows
path: ${{ steps.build.outputs.out-dir }}
retention-days: 1

0 comments on commit eee508f

Please sign in to comment.