Skip to content

Commit

Permalink
use the correct bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Feb 12, 2024
1 parent 197eee2 commit a46888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plogon/BuildProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class BuildProcessor

private const string EXTENDED_IMAGE_HASH = "fba5ce59717fba4371149b8ae39d222a29a7f402c10e0941c85a27e8d1bb6ce4";

private const string S3_BUCKET_NAME = "plogon";
private const string S3_BUCKET_NAME = "dalamud-plugin-archive";

/// <summary>
/// Parameters for build processor.
Expand Down

0 comments on commit a46888b

Please sign in to comment.