Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 18, 2023
1 parent 9f33e4e commit 3931b7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,18 @@ jobs:
out-file-path: "casparcg_server/media-scanner"
extract: true

- name: Rename build
id: "rename-build"
- name: Tidy media-scanner download
shell: bash
run: |
rm casparcg_server/media-scanner/*.zip
mv casparcg_server/media-scanner/* casparcg_server/
rmdir casparcg_server/media-scanner
chmod +x casparcg_server/scanner
- name: Rename build
id: "rename-build"
shell: bash
run: |
TARGET=casparcg-server-${{ github.sha }}-ubuntu22.zip
zip -r "$TARGET" casparcg_server/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
out-file-path: "media-scanner"
extract: true

- name: Remove media-scanner zip
- name: Tidy media-scanner download
shell: bash
run: |
rm media-scanner/*.zip
Expand Down

0 comments on commit 3931b7f

Please sign in to comment.