Skip to content

Commit c1b205d

Browse files
committed
Change action names to differentiate workflows
1 parent 0d0a1db commit c1b205d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to GitHub Packages
1+
name: Publish winsparkle-java to GitHub Packages
22
on:
33
release:
44
types: [published]

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to Maven Central
1+
name: Publish winsparkle-java to Maven Central
22
on:
33
release:
44
types: [published]

.github/workflows/publish-no-dll-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to Maven Central
1+
name: Publish winsparkle-java-without-dll to Maven Central
22
on:
33
release:
44
types: [published]

.github/workflows/publish-nodll-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to GitHub Packages
1+
name: Publish winsparkle-java-without-dll to GitHub Packages
22
on:
33
release:
44
types: [published]

0 commit comments

Comments
 (0)