From 2c092fc7a524e8bb25d027bc321c055d6fe7c769 Mon Sep 17 00:00:00 2001 From: AnotherSeawhite <52661206+AnotherSeawhite@users.noreply.github.com> Date: Sat, 6 Apr 2024 11:30:34 +0900 Subject: [PATCH] Update and rename upload_artifact.yml to upload-artifact.yml --- .../{upload_artifact.yml => upload-artifact.yml} | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) rename .github/workflows/{upload_artifact.yml => upload-artifact.yml} (74%) diff --git a/.github/workflows/upload_artifact.yml b/.github/workflows/upload-artifact.yml similarity index 74% rename from .github/workflows/upload_artifact.yml rename to .github/workflows/upload-artifact.yml index d9fa00ebbee1a..5e9ad6f3816af 100644 --- a/.github/workflows/upload_artifact.yml +++ b/.github/workflows/upload-artifact.yml @@ -1,7 +1,13 @@ - name: Upload a Build Artifact + name: "Upload a Build Artifact" uses: actions/upload-artifact@v4.3.1 + + on: + push: + paths: + - 'lang/po/*.po' + with: - name: translation + name: "Translation" path: .github/workflows/pull-translations.yml compression-level: 0 # If true, an artifact with a matching name will be deleted before a new one is uploaded. If false, the action will fail if an artifact for the given name already exists. Does not fail if the artifact does not exist.