Skip to content

Commit

Permalink
Package builder fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 31, 2025
1 parent fdd1614 commit c28f54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Release ICE Debian Packages"
name: "Build DEB Packages"

on:
workflow_dispatch:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-dotnet-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
matrix:
include:
- os: macos-latest
artifact-path: bin/slice2cs*
artifact-path: cpp/bin/slice2cs
- os: windows-latest
artifact-path: bin/Release/x64/slice2cs*
artifact-path: cpp/bin/Release/x64/slice2cs.*
- os: ubuntu-24.04
artifact-path: bin/slice2cs*
artifact-path: cpp/bin/slice2cs
- os: ubuntu-24.04-arm64
artifact-path: bin/slice2cs*
artifact-path: cpp/bin/slice2cs

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit c28f54d

Please sign in to comment.