Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Jan 31, 2025
1 parent 9dfcd23 commit a5447bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: dotnet publish /p:NativeLib=Shared /p:OutputType=Library -r ${{ matrix.arch }} -c Release -o ../output
working-directory: GetAssemblyInfo

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.arch != 'osx-x64'
with:
name: GetAssemblyInfo-${{ matrix.arch }}-shared
Expand Down

0 comments on commit a5447bf

Please sign in to comment.