Skip to content

Commit b6ccdf4

Browse files
committed
[CI] Test data upload, round 2
1 parent 19af770 commit b6ccdf4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci-tests-nightly.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ jobs:
6363
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565

66+
- name: Upload build failure
67+
if: failure()
68+
uses: actions/upload-artifact@v3
69+
with:
70+
name: test-data
71+
path: run/gametest
72+
6673
nightly:
6774
name: Publish Nightly
6875
runs-on: ubuntu-20.04
@@ -95,13 +102,6 @@ jobs:
95102
- name: Generate Resources
96103
run: ./gradlew runData
97104

98-
- name: Upload build failure
99-
if: failure()
100-
uses: actions/upload-artifact@v3
101-
with:
102-
name: test-data
103-
path: run/gametest
104-
105105
- name: Publish gradle nightly jar
106106
run: ./gradlew publishNightlyPublicationToGitHubPackagesRepository
107107
env:

0 commit comments

Comments
 (0)