Skip to content

Commit

Permalink
Fix for config format
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 23, 2024
1 parent 3d4d2e7 commit 776edfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
- name: Compress artifacts
run: |
echo ${{github.sha}} > ${{github.workspace}}/revision.txt
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/build/${{env.BUILD_TYPE}}/*
7z rn ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/build/${{env.BUILD_TYPE}}/${{matrix.target}}.dll plugins/${{matrix.target}}.dll
7z rn ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/build/${{env.BUILD_TYPE}}/${{matrix.target}}.pdb plugins/${{matrix.target}}.pdb
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/ff7remake_/config.txt
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/revision.txt
- name: Hash zip
Expand Down
2 changes: 2 additions & 0 deletions ff7remake_/config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UI_Distance=3.000000
UI_Size=2.000000

0 comments on commit 776edfe

Please sign in to comment.