File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
20
20
- name : Get Valheim version id
21
21
id : valheimversion
22
- run : echo "::set-output name= valheimversion:: $(curl -s https://api.steamcmd.net/v1/info/896660 | jq -r '.data.\"896660\".depots.branches.public.buildid')"
22
+ run : echo "valheimversion= $(curl -s https://api.steamcmd.net/v1/info/896660 | jq -r '.data.\"896660\".depots.branches.public.buildid')" >> $GITHUB_OUTPUT
23
23
24
24
- name : Get BepInEx version
25
25
id : bepinexversion
26
- run : echo "::set-output name= bepinexversion:: $(./scripts/get-dep-version.sh denikson-BepInExPack_Valheim)"
26
+ run : echo "bepinexversion= $(./scripts/get-dep-version.sh denikson-BepInExPack_Valheim)" >> $GITHUB_OUTPUT
27
27
28
28
- name : Create NuGet config path
29
29
run : mkdir -p ~/.config/NuGet/
You can’t perform that action at this time.
0 commit comments