mirror of
https://github.com/naalit/slotlink.git
synced 2025-12-31 04:13:02 +00:00
update workflows
This commit is contained in:
parent
a6734a444e
commit
049b95d304
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_head.yml
vendored
2
.github/workflows/build_head.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
steps:
|
||||
- id: vars
|
||||
run: |
|
||||
echo ::set-output name=COMMIT_HASH::${GITHUB_SHA:0:7}
|
||||
echo "COMMIT_HASH=${GITHUB_SHA:0:7}" >> $GITHUB_OUTPUT
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- id: vars
|
||||
run: |
|
||||
echo ::set-output name=VERSION::${GITHUB_REF#refs/*/}
|
||||
echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue