mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-19 16:52:30 +01:00
Replace deprecated 'set-output' command (#2261)
This commit is contained in:
parent
98791fb0aa
commit
3e335984f2
2
.github/workflows/windows_exe.yml
vendored
2
.github/workflows/windows_exe.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
id: get_version
|
id: get_version
|
||||||
env:
|
env:
|
||||||
GITHUB_REF: ${{ github.ref }}
|
GITHUB_REF: ${{ github.ref }}
|
||||||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
|
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Run custom python script for EXE creation
|
- name: Run custom python script for EXE creation
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user