diff --git a/.github/workflows/publish-dev-package.yml b/.github/workflows/publish-dev-package.yml index 24d0675f..403a249f 100644 --- a/.github/workflows/publish-dev-package.yml +++ b/.github/workflows/publish-dev-package.yml @@ -47,7 +47,7 @@ jobs: sleet push ./pkgs #the prune command deletes older -dev package versions to avoid clutter - #it deletes any versions of the $packageIds with "-dev" that are older than the first $maxDevVersions + #it deletes any versions of the $packageIds with "-dev" that are older than the last $maxDevVersions #set $dryRun to true for debugging without deleting any packages - name: Prune old -dev packages env: @@ -56,7 +56,7 @@ jobs: shell: pwsh run: | $dryRun = $false - $packageIndexUrl = 'https://s3.amazonaws.com/bloodhound-ad/sleet.packageindex.json' + $packageIndexUrl = 'https://s3.amazonaws.com/shcommon-nuget/sleet.packageindex.json' $packageIds = @('SharpHoundCommon', 'SharpHoundRPC') $maxDevVersions = 5 diff --git a/sleet.json b/sleet.json index 67932d2e..bdd2748f 100644 --- a/sleet.json +++ b/sleet.json @@ -3,9 +3,9 @@ { "name": "feed", "type": "s3", - "path": "https://s3.amazonaws.com/bloodhound-ad", + "path": "https://s3.amazonaws.com/shcommon-nuget", "region": "us-east-1", - "bucketName": "bloodhound-ad" + "bucketName": "shcommon-nuget" } ] } \ No newline at end of file