Skip to content

Commit

Permalink
Change action names to differentiate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Dec 1, 2022
1 parent 0d0a1db commit c1b205d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
@@ -1,4 +1,4 @@
name: Publish to GitHub Packages
name: Publish winsparkle-java to GitHub Packages
on:
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven.yml
@@ -1,4 +1,4 @@
name: Publish to Maven Central
name: Publish winsparkle-java to Maven Central
on:
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-no-dll-maven.yml
@@ -1,4 +1,4 @@
name: Publish to Maven Central
name: Publish winsparkle-java-without-dll to Maven Central
on:
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nodll-github.yml
@@ -1,4 +1,4 @@
name: Publish to GitHub Packages
name: Publish winsparkle-java-without-dll to GitHub Packages
on:
release:
types: [published]
Expand Down

0 comments on commit c1b205d

Please sign in to comment.