Skip to content

Commit

Permalink
Minor improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Dec 4, 2024
1 parent 1d792fd commit 9ecb683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ArtifactsUpload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
tree .
- name: 📤 Upload artifact
uses: pyTooling/upload-artifact@dev
uses: pyTooling/upload-artifact@main
with:
name: release
path: |
Expand Down Expand Up @@ -124,6 +124,7 @@ jobs:
echo ""
if [[ $errors -ne 0 ]]; then
echo -e "${ANSI_LIGHT_RED}Counted ${errors} errors.${ANSI_NOCOLOR}"
exit 1
else
echo -e "${ANSI_LIGHT_GREEN}No errors found.${ANSI_NOCOLOR}"
fi
Expand Down Expand Up @@ -156,6 +157,7 @@ jobs:
echo ""
if [[ $errors -ne 0 ]]; then
echo -e "${ANSI_LIGHT_RED}Counted ${errors} errors.${ANSI_NOCOLOR}"
exit 1
else
echo -e "${ANSI_LIGHT_GREEN}No errors found.${ANSI_NOCOLOR}"
fi
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ runs:
# https://github.com/actions/upload-artifact
- name: Upload artifact
uses: actions/upload-artifact@v4
id: upload
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.name }}
path: ${{ inputs.temp_tarball }}
Expand Down

0 comments on commit 9ecb683

Please sign in to comment.