File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ jobs:
4242 chmod +x ./DotnetDevKR.TailwindCSS/runtime/install.sh
4343 ./DotnetDevKR.TailwindCSS/runtime/install.sh ${{ env.TAILWINDCSS_VERSION }}
4444
45- - name : Restore dependencies
46- run : dotnet restore DotnetDevKR.TailwindCSS.slnx
47-
4845 - name : Build
49- run : dotnet build DotnetDevKR.TailwindCSS.slnx --configuration Release --no-restore
46+ run : dotnet build DotnetDevKR.TailwindCSS.sln --configuration Release
47+
48+ - name : Restore dependencies
49+ run : dotnet restore DotnetDevKR.TailwindCSS.sln --source https://api.nuget.org/v3/index.json
5050
5151 - name : Pack
5252 run : |
5353 dotnet pack ./DotnetDevKR.TailwindCSS/DotnetDevKR.TailwindCSS.csproj --configuration Release \
54- --no-build \
54+ --no-build --no-restore \
5555 --output ./artifacts \
5656 /p:Version=${{ env.VERSION }}
5757
You can’t perform that action at this time.
0 commit comments