Merge pull request #32 from EoD/patch-1
ci: fix outdated actions/upload-artifact action and enable it for PRs
This commit is contained in:
commit
e7bb8bcd55
3
.github/workflows/build-1.20.yml
vendored
3
.github/workflows/build-1.20.yml
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
name: Build-1.20
|
name: Build-1.20
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [ "1.20.1" ]
|
branches: [ "1.20.1" ]
|
||||||
|
|
||||||
|
|
@ -35,7 +36,7 @@ jobs:
|
||||||
SNAPSHOT: true
|
SNAPSHOT: true
|
||||||
|
|
||||||
- name: Build Artifact
|
- name: Build Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Player_Sync
|
name: Player_Sync
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user