Compare commits

...

2 Commits

Author SHA1 Message Date
b116410d3b Fixed workflow.
Some checks failed
Build & Release / Windows-AMD64-Build (push) Failing after 1m0s
Build & Release / Linux-AMD64-Build (push) Successful in 1m25s
Build & Release / Linux-AARCH64-Build (push) Has been cancelled
2024-02-05 21:48:43 -08:00
0676372ca6 Fixed workflow. 2024-02-05 21:47:46 -08:00

View File

@ -22,10 +22,10 @@ jobs:
cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default . cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default .
cd build cd build
cmake --build . --config Release cmake --build . --config Release
cd Release
- name: Creating Appropriate Directories - name: Creating Appropriate Directories
run: | run: |
cd ${{ gitea.workspace }}/build/Release
mkdir bin mkdir bin
mv StrToHash.exe bin mv StrToHash.exe bin
mv zlib1.dll bin mv zlib1.dll bin