mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-04-26 10:18:29 -05:00
feat: use new set-output syntax
This commit is contained in:
parent
7b600e41fa
commit
bd8f383b58
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -30,9 +30,9 @@ jobs:
|
||||||
rm -rf *.json *.json *.yaml *.tar.gz
|
rm -rf *.json *.json *.yaml *.tar.gz
|
||||||
- name: Get short SHA
|
- name: Get short SHA
|
||||||
id: short-sha
|
id: short-sha
|
||||||
run: echo "::set-output name=sha::$(git rev-parse --short HEAD)"
|
run: echo "SHA=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wfc-server-${{ steps.short-sha.outputs.sha }}
|
name: wfc-server-${{ steps.short-sha.outputs.SHA }}
|
||||||
path: ./dist/*/*
|
path: ./dist/*/*
|
||||||
Loading…
Reference in New Issue
Block a user