Skip to content

Commit

Permalink
Always upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarnk committed Jul 31, 2024
1 parent 88212ae commit 7d30b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: mvn -B package --file pom.xml
- name: Upload logfile
uses: actions/upload-artifact@v2
if: always()
with:
name: test.out
path: ${{ github.workspace }}/build/test/test.out

0 comments on commit 7d30b7b

Please sign in to comment.