mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-23 02:32:46 +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
|
||||
env:
|
||||
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
|
||||
- name: Run custom python script for EXE creation
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user