File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,13 @@ jobs:
17
17
with :
18
18
dotnet-version : 8.0.x
19
19
- name : Restore dependencies
20
- working-directory : ./src
21
- run : dotnet restore
20
+ run : dotnet restore ./src
22
21
- name : Build
23
- working-directory : ./src
24
- run : dotnet build ./Nager.WindowsCalendarWeek/Nager.WindowsCalendarWeek.csproj --configuration Release --no-restore /p:NoWarn=1591
22
+ run : dotnet build ./src/Nager.WindowsCalendarWeek/Nager.WindowsCalendarWeek.csproj --configuration Release --no-restore /p:NoWarn=1591
25
23
- name : Build project
26
- working-directory : ./src
27
24
run : |
28
- dotnet publish ./Nager.WindowsCalendarWeek/Nager.WindowsCalendarWeek.csproj --configuration Release --self-contained false --runtime win-x64 -p:PublishReadyToRun=true -p:PublishSingleFile=true --output ./publish/temp
29
- - uses : vimtor/action-zip@v1
25
+ dotnet publish ./src/ Nager.WindowsCalendarWeek/Nager.WindowsCalendarWeek.csproj --configuration Release --self-contained false --runtime win-x64 -p:PublishReadyToRun=true -p:PublishSingleFile=true --output ./publish/temp
26
+ - uses : vimtor/action-zip@v1.2
30
27
with :
31
28
files : ./publish/temp
32
29
dest : ./publish/Nager.WindowsCalendarWeek.zip
You can’t perform that action at this time.
0 commit comments