Skip to content

Commit 546f162

Browse files
committed
fix try
1 parent 45b107f commit 546f162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
dotnet-version: ${{ env.dotnet }}
2222
- name: set environment
23-
run: ::stop-commands::echo ::set-env name=workspace::$GITHUB_WORKSPACE
23+
run: echo ::set-env name=workspace::$GITHUB_WORKSPACE
2424
- name: setup nuget config
2525
run: ::stop-commands::sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ env.workspace }}/Package/nuget.config" > nuget.config
2626
- name: create file

0 commit comments

Comments
 (0)