forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename upload_artifact.yml to upload-artifact.yml
- Loading branch information
1 parent
b54468e
commit 2c092fc
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
10 changes: 8 additions & 2 deletions
10
.github/workflows/upload_artifact.yml → .github/workflows/upload-artifact.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|