We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4b084 commit 7c3dbe8Copy full SHA for 7c3dbe8
1 file changed
.github/workflows/build.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: Run tests
34
run: ./gradlew test --no-daemon
35
36
- - name: Upload Nightly Build
37
- uses: actions/upload-artifact@v2
+ - name: Upload a Build Artifact
+ uses: actions/upload-artifact@master
38
if: success()
39
with:
40
name: skript-nightly
0 commit comments