diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-06-13 09:29:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-13 09:29:36 -0400 |
| commit | ef6227d8be1830acb455365e269e0e14f0d0275f (patch) | |
| tree | d9647426015be975d387803dadde57531000f436 /.github | |
| parent | 621aab3e05539bd7d0b2eb65e00b849a82fe1221 (diff) | |
fully remove OTRGui (#2982)
* linux local debug working
* built in extraction working on linux
* try a thing
* one more thing to try
* try using dir
* does this get the subdirectories?
* component before pattern
* loop i guess
* maybe component was the issue?
* zapd stuff i guess
* maybe this
* this feels promising
* g != q
* appimage is working, try fixing glfw issue on windows
* don't copy zapd.exe
* hopefully this gets the things we need in the assets dir
* is that where those went?
* try another thing
* another thing to try
* grasping at straws
* cmake makes no sense sometimes
* really just trying anything here now
* this is what i was expecting to work
* ls
* try doing it without the cmake again
* i think this might do the trick
* try with a slash
* one more thing to try
* pal_oot.txt
* maybe this makes things work on mac
---------
Co-authored-by: briaguya <briaguya@alice>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/generate-builds.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml index 8deb1f2ff..41f279a13 100644 --- a/.github/workflows/generate-builds.yml +++ b/.github/workflows/generate-builds.yml @@ -304,8 +304,7 @@ jobs: mv ./x64/Release/soh.pdb ./soh-windows/debug/soh.pdb mv ./README.md ./soh-windows/readme.txt mv ./build-windows/gamecontrollerdb.txt ./soh-windows/gamecontrollerdb.txt - mv ./build-windows/OTRGui/assets ./soh-windows - mv ./build-windows/ZAPD/ZAPD.exe ./soh-windows/assets/extractor/ZAPD.exe + mv ./x64/Release/assets ./soh-windows - name: Download soh.otr uses: actions/download-artifact@v3 with: |
