Skip to content

Commit

Permalink
Create upload_artifact.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherSeawhite authored Apr 6, 2024
1 parent c538f10 commit b54468e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/upload_artifact.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Upload a Build Artifact
uses: actions/[email protected]
with:
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.
overwrite: true

0 comments on commit b54468e

Please sign in to comment.