Skip to content

Commit 65f9167

Browse files
committed
🔧 Update build script.
1 parent 2b5b578 commit 65f9167

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333

3434
# Install the .NET Core workload
3535
- name: Install .NET Core
36-
uses: actions/setup-dotnet@v4
36+
uses: actions/setup-dotnet@v5
3737
with:
3838
dotnet-version: 10.0.x
3939

4040
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
4141
- name: Setup MSBuild.exe
42-
uses: microsoft/setup-msbuild@v2
42+
uses: microsoft/setup-msbuild@v3
4343

4444
# Restore the application to populate the obj folder with RuntimeIdentifiers
4545
- name: Restore the application
@@ -62,9 +62,10 @@ jobs:
6262

6363
# Publish the artifact containing the binaries
6464
- name: Upload Binaries Artifact
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: ${{ env.BINARIES_ARTIFACT_NAME }}
6868
path: src\Exo\Exo.InstallerPackage\obj\x64\Release\publish\
6969
compression-level: 9
70+
archive: false
7071

0 commit comments

Comments
 (0)