Skip to content

Commit 7c3dbe8

Browse files
committed
build.yml - fix outdated artifact thingy
1 parent 4b4b084 commit 7c3dbe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Run tests
3434
run: ./gradlew test --no-daemon
3535

36-
- name: Upload Nightly Build
37-
uses: actions/upload-artifact@v2
36+
- name: Upload a Build Artifact
37+
uses: actions/upload-artifact@master
3838
if: success()
3939
with:
4040
name: skript-nightly

0 commit comments

Comments
 (0)