Skip to content

Commit

Permalink
[GitHub Actions] Fix output command
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Oct 13, 2022
1 parent 8f22683 commit ad56cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ jobs:
echo "Removing breakpad .sym"
rm "${BREAKPAD_SYM}"
fi
echo "ARCHIVEDIR=${OUTPUTDIR}" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8 -Append
echo "ARCHIVEDIR=${OUTPUTDIR}" >> $GITHUB_OUTPUT
- name: Download Source Bundle
continue-on-error: true
uses: actions/download-artifact@v3
Expand Down

0 comments on commit ad56cbc

Please sign in to comment.