mirror of
https://github.com/WiiLink24/wfc-server.git
synced 2026-03-21 17:44:58 -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
|
||||
- name: Get 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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wfc-server-${{ steps.short-sha.outputs.sha }}
|
||||
name: wfc-server-${{ steps.short-sha.outputs.SHA }}
|
||||
path: ./dist/*/*
|
||||
Loading…
Reference in New Issue
Block a user