Skip to content

Commit

Permalink
fixed workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Feb 23, 2024
1 parent f945739 commit c5def9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: ${{ always() }}
run: docker-compose logs warcprox
# Make integration test results available, even if the tests failed
- uses: actions/upload-artifact@man
- uses: actions/upload-artifact@main
if: ${{ always() }}
with:
name: robot-ci-results
Expand Down

0 comments on commit c5def9d

Please sign in to comment.