Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix runners: add -r everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
int-72h authored Jun 11, 2024
1 parent 62164f2 commit 6167fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cp -r linux/* bin/
cp -r windows/* bin/
mkdir -v -p build/windows
cp windows/* build/windows
cp -r windows/* build/windows
- name: Windows Build
run: |
godot -v --export-debug --headless "Windows Desktop" build/windows/adastral.exe
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libnotify4 libnotify-dev libcurl4-openssl-dev
cp linux/* bin/
cp -r linux/* bin/
- name: Linux Build
run: |
mkdir -v -p build/linux
Expand Down

0 comments on commit 6167fc7

Please sign in to comment.