Skip to content

Commit

Permalink
Merge pull request #538 from dscho/fix-ci-issues
Browse files Browse the repository at this point in the history
Fix CI issues
  • Loading branch information
dscho authored Dec 14, 2023
2 parents be94cc6 + dd03967 commit 15b05c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
# These are already tested as part of the `sdk-artifacts` matrix
sed -i '/^\(installer\|mingit\)\/$/d' releaseable.txt
fi &&
define_matrix artifacts releaseable.txt touched.txt artifacts.txt
define_matrix artifacts releaseable.txt touched.txt artifacts.txt ||
exit $?
test -z "$(git diff ${{github.event.pull_request.base.sha}}.. -- check-for-missing-dlls.sh)" ||
echo "check-for-missing-dlls=true" >>$GITHUB_OUTPUT
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
artifacts="$(basename "${{ matrix.directory }}")-artifacts" &&
mkdir -p "$top_dir/$artifacts" &&
mv *.tar.* "$top_dir/$artifacts"/ &&
echo "results=$artifacts" >>$GITHUB_OUTPUT
echo "result=$artifacts" >>$GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
with:
name: ${{ steps.build.outputs.result }}
Expand Down

0 comments on commit 15b05c2

Please sign in to comment.