Skip to content

Commit

Permalink
Feat: fixing zip step (#38)
Browse files Browse the repository at this point in the history
* rename releases before uploading

* temporary removal of .tga's to transition to lfs

* fix: added install lfs and lfs pull steps

* lfs attributes and .ds_store added to gitignore

* further addition to lfs tracking

* rcb added to lfs

* ignore eol

* remove text from attributes

* add mod resources

* fix: correct folder structure applied, removed superflous publich artefacts steps in release workflow.

* fix: removed publish artifact steps.

* fix: zip the folder with the correct structure

* fix: zip step changes
  • Loading branch information
sargeantPig authored Oct 24, 2023
1 parent 264c0bd commit 68cd1e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
shell: bash

- name: Install Git LFS
if: ${{ steps.release.outputs.release_created }}
run: |
git lfs install
shell: bash

- name: Pull Large Files from Git LFS
if: ${{ steps.release.outputs.release_created }}
run: |
git lfs pull
shell: bash
Expand All @@ -47,7 +49,7 @@ jobs:
run: |
cd ${{github.workspace}}/mod_files
ls -a
zip -r -j mod_files.zip ./Mods
zip -r mod_files.zip Mods
cd ../
mv ./mod_files/mod_files.zip ./publish/mod_files.zip
shell: bash
Expand Down

0 comments on commit 68cd1e7

Please sign in to comment.