File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
Rename-Item -Path "$($fileName).zip" -NewName $fileName
40
40
shell : pwsh
41
41
- name : Upload package
42
- uses : actions/upload-artifact@v3
42
+ uses : actions/upload-artifact@v4
43
43
with :
44
44
name : nuget-tool-package
45
45
path : Core/Cosmos.DataTransfer.Core/bin/Release/*.nupkg
Original file line number Diff line number Diff line change 25
25
run : dotnet test --no-build --verbosity normal ./CosmosDbDataMigrationTool.sln
26
26
27
27
- name : Debug Build Artifact
28
- uses : actions/upload-artifact@v3
28
+ uses : actions/upload-artifact@v4
29
29
with :
30
30
name : debug-build
31
31
path : /home/runner/work/data-migration-desktop-tool/data-migration-desktop-tool/Core/Cosmos.DataTransfer.Core/bin/Debug/net6.0 # path/to/artifact/ # or path/to/artifact
45
45
# - name: Build App
46
46
# run: dotnet build --no-restore ./App/CosmosDbApp.sln
47
47
# - name: Debug Build Artifact
48
- # uses: actions/upload-artifact@v3
48
+ # uses: actions/upload-artifact@v4
49
49
# with:
50
50
# name: app-win-build
51
51
# path: D:\a\data-migration-desktop-tool\data-migration-desktop-tool\App\Cosmos.DataTransfer.App\bin\Debug\net7.0-windows10.0.19041.0\win10-x64 #path/to/artifact/ # or path/to/artifact
68
68
# - name: Build App
69
69
# run: dotnet build --no-restore ./App/CosmosDbApp.sln
70
70
# - name: Debug Build Artifact
71
- # uses: actions/upload-artifact@v3
71
+ # uses: actions/upload-artifact@v4
72
72
# with:
73
73
# name: app-mac-build
74
74
# path: /Users/runner/work/data-migration-desktop-tool/data-migration-desktop-tool/App/Cosmos.DataTransfer.App/bin/Debug/net7.0-maccatalyst/maccatalyst-x64 #path/to/artifact/ # or path/to/artifact
Original file line number Diff line number Diff line change 66
66
-p:EnableCompressionInSingleFile=true \
67
67
-p:Version=0.0.${{ github.run_number }}
68
68
- name : Upload gui package
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
name : windows-gui-package
72
72
path : win/
You can’t perform that action at this time.
0 commit comments