Skip to content

Commit 44f1a59

Browse files
committed
Download Linux arm too.
1 parent 01bc0fd commit 44f1a59

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
1111

12+
schedule:
13+
# Daily
14+
- cron: '0 0 * * *'
15+
1216
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1317
permissions:
1418
contents: read

publish-downloads.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ dl_ () {
5959
}
6060

6161
dl_ apitrace-ubuntu-18.04 apitrace-latest-Linux.tar.bz2
62-
#dl_ apitrace-ubuntu-arm64 apitrace-latest-Linux-arm64.tar.bz2
63-
#dl_ apitrace-win32 apitrace-latest-win32.7z
64-
#dl_ apitrace-win64 apitrace-latest-win64.7z
62+
dl_ apitrace-ubuntu-arm64 apitrace-latest-Linux-arm64.tar.bz2
6563
dl_ apitrace-win32-x86 apitrace-latest-win32.7z
6664
dl_ apitrace-win64-x86 apitrace-latest-win64.7z
6765
dl_ apitrace-win64-arm apitrace-latest-win64-arm.7z

0 commit comments

Comments
 (0)