Skip to content

Commit

Permalink
yml spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser29 committed Jan 6, 2025
1 parent fc11996 commit 9c156e9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/dotnet-build-componentclassregistry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,42 +30,42 @@ jobs:
- name: Install Package Tools
working-directory: dotnet/ComponentClassRegistry
run: |
dotnet tool install dotnet-deb
dotnet tool install dotnet-rpm
dotnet tool install dotnet-zip
dotnet tool install dotnet-deb
dotnet tool install dotnet-rpm
dotnet tool install dotnet-zip
- name: SMBIOS Cli
working-directory: dotnet/ComponentClassRegistry/SmbiosCli
run: |
dotnet deb -r linux-x64 -c Release
dotnet rpm -r linux-x64 -c Release
dotnet zip -r win-x64 -c Release
dotnet deb -r linux-x64 -c Release
dotnet rpm -r linux-x64 -c Release
dotnet zip -r win-x64 -c Release
- name: PCIe Cli
working-directory: dotnet/ComponentClassRegistry/PcieCli
run: |
dotnet deb -r linux-x64 -c Release
dotnet rpm -r linux-x64 -c Release
dotnet zip -r win-x64 -c Release
dotnet deb -r linux-x64 -c Release
dotnet rpm -r linux-x64 -c Release
dotnet zip -r win-x64 -c Release
- name: Storage Cli
working-directory: dotnet/ComponentClassRegistry/StorageCli
run: |
dotnet deb -r linux-x64 -c Release
dotnet rpm -r linux-x64 -c Release
dotnet zip -r win-x64 -c Release
dotnet deb -r linux-x64 -c Release
dotnet rpm -r linux-x64 -c Release
dotnet zip -r win-x64 -c Release
- name: Artifacts
uses: actions/upload-artifact@v4
with:
name: testArtifacts
retention-days: 1
if-no-files-found: error
path: |
dotnet/ComponentClassRegistry/SmbiosCli/**/*.deb
dotnet/ComponentClassRegistry/SmbiosCli/**/*.rpm
dotnet/ComponentClassRegistry/SmbiosCli/**/*.zip
dotnet/ComponentClassRegistry/PcieCli/**/*.deb
dotnet/ComponentClassRegistry/PcieCli/**/*.rpm
dotnet/ComponentClassRegistry/PcieCli/**/*.zip
dotnet/ComponentClassRegistry/StorageCli/**/*.deb
dotnet/ComponentClassRegistry/StorageCli/**/*.rpm
dotnet/ComponentClassRegistry/StorageCli/**/*.zip
dotnet/ComponentClassRegistry/SmbiosCli/**/*.deb
dotnet/ComponentClassRegistry/SmbiosCli/**/*.rpm
dotnet/ComponentClassRegistry/SmbiosCli/**/*.zip
dotnet/ComponentClassRegistry/PcieCli/**/*.deb
dotnet/ComponentClassRegistry/PcieCli/**/*.rpm
dotnet/ComponentClassRegistry/PcieCli/**/*.zip
dotnet/ComponentClassRegistry/StorageCli/**/*.deb
dotnet/ComponentClassRegistry/StorageCli/**/*.rpm
dotnet/ComponentClassRegistry/StorageCli/**/*.zip

0 comments on commit 9c156e9

Please sign in to comment.