Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed May 26, 2022
1 parent b2db9f7 commit 2f0506c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,25 +177,8 @@ jobs:
id: version
run: echo "::set-output name=version::$(make oplversion)"

- name: Download release artifact
- name: Download all artifacts
uses: actions/download-artifact@v3
with:
name: OPNPS2LD

- name: Download variants artifact
uses: actions/download-artifact@v3
with:
name: OPNPS2LD-VARIANTS

- name: Download languages artifact
uses: actions/download-artifact@v3
with:
name: OPNPS2LD-LANGS

- name: Download info artifact
uses: actions/download-artifact@v3
with:
name: INFO

- name: Prepare artifacts for release
run: |
Expand Down
2 changes: 1 addition & 1 deletion lng_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
# Print a list
mkdir -p "${BUILD_DIR}"
cd "${CURRENT_DIR}/lng/"
printf "$(ls ./*.lng | cut -c 6- | rev | cut -c 5- | rev)" > "${LANG_LIST}"
printf "$(ls lang_*.lng | cut -c 6- | rev | cut -c 5- | rev)" > "${LANG_LIST}"
cd "${CURRENT_DIR}"

# Copy format
Expand Down

0 comments on commit 2f0506c

Please sign in to comment.