Skip to content

Commit cfc799d

Browse files
committed
reverse not work
1 parent a323138 commit cfc799d

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: echo "workspace=workspace" >> $GITHUB_WORKSPACE
23+
run: ::stop-commands ::echo ::set-env name=workspace::$GITHUB_WORKSPACE
2424
- name: setup nuget config
2525
run: sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ env.workspace }}/Package/nuget.config" > nuget.config
2626
- name: create file

0 commit comments

Comments
 (0)