From 44f1a59c5b68ed37151784ff5c66ec05e2ba6d9f Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Tue, 19 Dec 2023 16:29:00 +0000 Subject: [PATCH] Download Linux arm too. --- .github/workflows/static.yml | 4 ++++ publish-downloads.sh | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) 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