Skip to content

Commit

Permalink
Archiving tap files
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Feb 28, 2024
1 parent 7ffb6be commit 97f5675
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"

test-win:
name: "Windows"
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"

test-macos:
name: "MacOS"
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"
###############
#### jdk21 end
###############
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"

test-win-jdk8:
name: "Windows"
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"

test-macos-jdk8:
name: "MacOS"
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"
###############
#### jdk8 end
###############
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"

test-win-jdk11:
name: "Windows"
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"

test-macos-jdk11:
name: "MacOS"
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"
###############
#### jdk11 end
###############
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"

test-win-jdk17:
name: "Windows"
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"

test-macos-jdk17:
name: "MacOS"
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
path: "*.tar.gz"
path: "*.tar.gz *.tap"
###############
#### jdk17 end
###############

0 comments on commit 97f5675

Please sign in to comment.