diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index afacd16..48549bd 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -9,6 +9,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + schedule: + # Daily + - cron: '0 0 * * *' + # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read diff --git a/publish-downloads.sh b/publish-downloads.sh index 4d89acd..980ccc0 100755 --- a/publish-downloads.sh +++ b/publish-downloads.sh @@ -59,9 +59,7 @@ dl_ () { } dl_ apitrace-ubuntu-18.04 apitrace-latest-Linux.tar.bz2 -#dl_ apitrace-ubuntu-arm64 apitrace-latest-Linux-arm64.tar.bz2 -#dl_ apitrace-win32 apitrace-latest-win32.7z -#dl_ apitrace-win64 apitrace-latest-win64.7z +dl_ apitrace-ubuntu-arm64 apitrace-latest-Linux-arm64.tar.bz2 dl_ apitrace-win32-x86 apitrace-latest-win32.7z dl_ apitrace-win64-x86 apitrace-latest-win64.7z dl_ apitrace-win64-arm apitrace-latest-win64-arm.7z