Skip to content

Commit

Permalink
Правки в Action
Browse files Browse the repository at this point in the history
  • Loading branch information
RushanM committed Jun 22, 2024
1 parent 705dfd1 commit a7d20b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Создание архивов редакций для каждой из веток
run: |
for version in 1.16 1.17 1.18 1.19 1.20 1.21; do
zip -r Rus-For-Mods-$version-Dev-${{ steps.get_latest_release.outputs.next_version }}.zip $version/assets $version/dynamicmcpack.json $version/pack.mcmeta pack.png PeruseOrBruise.txt
zip -r Rus-For-Mods-$version-Dev-${{ steps.get_latest_release.outputs.next_version }}.zip "$version/assets" "$version/dynamicmcpack.json" "$version/pack.mcmeta" "pack.png" "PeruseOrBruise.txt"
done
Expand Down

0 comments on commit a7d20b2

Please sign in to comment.