Skip to content

Commit

Permalink
Differenciate archive names
Browse files Browse the repository at this point in the history
  • Loading branch information
niveathika committed Dec 10, 2020
1 parent 064a71c commit 42d19fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/upload-artifact@v2
if: failure()
with:
name: Ballerina Internal Log
name: Ballerina Internal Log Linux
path: sql-ballerina/ballerina-internal.log
if-no-files-found: ignore

Expand All @@ -46,6 +46,6 @@ jobs:
uses: actions/upload-artifact@v2
if: failure()
with:
name: Ballerina Internal Log
name: Ballerina Internal Log Windows
path: sql-ballerina/ballerina-internal.log
if-no-files-found: ignore

0 comments on commit 42d19fc

Please sign in to comment.