Skip to content

Commit

Permalink
Update and rename upload_artifact.yml to upload-artifact.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherSeawhite authored Apr 6, 2024
1 parent b54468e commit 2c092fc
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Upload a Build Artifact
name: "Upload a Build Artifact"
uses: actions/[email protected]

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.
Expand Down

0 comments on commit 2c092fc

Please sign in to comment.