mirror of
https://github.com/YouHaveTrouble/BlockEdit.git
synced 2026-06-29 13:36:19 +00:00
update workflows, hopefully successfully
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Copy artifacts
|
- name: Copy artifacts
|
||||||
run: mkdir staging && cp target/BlockEdit-*.jar staging
|
run: mkdir staging && cp target/BlockEdit-*.jar staging
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: BlockEdit-${{ github.ref_name }}-${{ github.sha }}
|
name: BlockEdit-${{ github.ref_name }}-${{ github.sha }}
|
||||||
path: staging
|
path: staging
|
||||||
Reference in New Issue
Block a user