diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index bd56b9b..eefc65f 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -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 diff --git a/ff7remake_/config.txt b/ff7remake_/config.txt new file mode 100644 index 0000000..2edd219 --- /dev/null +++ b/ff7remake_/config.txt @@ -0,0 +1,2 @@ +UI_Distance=3.000000 +UI_Size=2.000000 \ No newline at end of file