Skip to content

Commit

Permalink
Download Linux arm too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Dec 19, 2023
1 parent 01bc0fd commit 44f1a59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions publish-downloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44f1a59

Please sign in to comment.