diff options
| author | Leifa <26681464+TrickyLeifa@users.noreply.github.com> | 2024-06-24 14:32:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-24 14:32:28 +0200 |
| commit | c7e43cb2871e75c8d9988390a312d109d68cf211 (patch) | |
| tree | 15f819d28d0ecb68c21af3ebd9f7279077542b8e /.github | |
| parent | a259d9e8cc4ed6d8de23c70faa2c06e8adeb27d7 (diff) | |
Update apng final destination path, ...
* Update apng final destination path
* Also remove the CI copying files to `imageformats` only to immediately start deleting everything inside of said directory
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e9adf22..14a45926 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,6 @@ on: pull_request: branches: [ "master" ] - jobs: formatting-check: name: formatting-check @@ -22,8 +21,6 @@ jobs: check-path: 'src' fallback-style: LLVM - - build-windows: needs: formatting-check runs-on: windows-latest @@ -174,12 +171,9 @@ jobs: shell: bash run: | cp ../scripts/launch.sh . - mkdir -p imageformats - cp ../QtApng/plugins/imageformats/libqapng.so ./imageformats/libqapng.so chmod +x launch.sh chmod +x Attorney_Online tar -cf Attorney_Online.tar ./* - rm -rf imageformats rm *.so rm *.sh rm Attorney_Online |
