File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,11 @@ jobs:
92
92
uses : microsoft/setup-msbuild@v1
93
93
94
94
- name : Restore NuGet packages
95
- working-directory : ${{env.GITHUB_WORKSPACE }}
95
+ working-directory : ${{github.workspace }}
96
96
run : nuget restore ${{env.SOLUTION_FILE_PATH}}
97
97
98
98
- name : Build
99
- working-directory : ${{env.GITHUB_WORKSPACE }}
99
+ working-directory : ${{github.workspace }}
100
100
# Add additional options to the MSBuild command line here (like platform or verbosity level).
101
101
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
102
102
run : |
@@ -127,7 +127,7 @@ jobs:
127
127
# see https://github.com/pyTooling/Actions/tree/main/releaser
128
128
uses : pyTooling/Actions/releaser@main
129
129
with :
130
- tag : ${{ env.GITHUB_REF_NAME }}
130
+ tag : ${{ github.ref_name }}
131
131
rm : true
132
132
token : ${{ secrets.GITHUB_TOKEN }}
133
133
files : QuickLook.Plugin.WebViewPlus.qlplugin
You can’t perform that action at this time.
0 commit comments