We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19af770 commit b6ccdf4Copy full SHA for b6ccdf4
.github/workflows/ci-tests-nightly.yml
@@ -63,6 +63,13 @@ jobs:
63
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
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
+
73
nightly:
74
name: Publish Nightly
75
runs-on: ubuntu-20.04
@@ -95,13 +102,6 @@ jobs:
95
102
- name: Generate Resources
96
103
run: ./gradlew runData
97
104
98
- - name: Upload build failure
99
- if: failure()
100
- uses: actions/upload-artifact@v3
101
- with:
- name: test-data
- path: run/gametest
-
105
- name: Publish gradle nightly jar
106
run: ./gradlew publishNightlyPublicationToGitHubPackagesRepository
107
env:
0 commit comments