Skip to content

Commit

Permalink
add artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jul 7, 2024
1 parent 71a7442 commit bae7673
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/import-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ jobs:
run: |
./.github/workflows/genversions.sh en
./.github/workflows/genversions.sh de
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: conversion_result
path: |
mapping.md
en
de
- name: Commit files
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit bae7673

Please sign in to comment.