Browse Source

Actions: use $GITHUB_OUTPUT instead of ::set-output

pull/379/head
ValdikSS 9 months ago
parent
commit
cf1f2a8674
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -21,7 +21,7 @@ jobs:
- name: Declare short commit variable
id: vars
run: |
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Install MinGW-w64
run: >

Loading…
Cancel
Save