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

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bühler committed Dec 13, 2023
1 parent 3eb62d1 commit dfa0659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ jobs:
mkdir -p build
godot -v --export "HTML5" build/index.html
- name: Change permissions
run: sudo chown -R $(whoami) build

- name: Cache Busting
run: |
TS=$(date +%s)
cd build
for f in index.*; do
mv $f ${f/./.$TS.}
done
Expand Down

0 comments on commit dfa0659

Please sign in to comment.