Skip to content

Commit

Permalink
Include other oses builds as artifacts, run workflow every first of t…
Browse files Browse the repository at this point in the history
…he month to avoid deletion of artifacts
  • Loading branch information
Kathryn Anne S Tan committed May 5, 2024
1 parent 1f171c9 commit 076a6f3
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Run Builds

on: [
push,
on:
push:
schedule:
- cron: "* * */1 * *"
]

permissions:
contents: write
Expand Down Expand Up @@ -42,4 +41,20 @@ jobs:
name: linux_aarch64-artifact
path: linux_aarch64/

- uses: actions/upload-artifact@v4
with:
name: linux_x86_64-artifact
path: linux_x86_64/

- uses: actions/upload-artifact@v4
with:
name: macos_apple-artifact
path: macos_apple/

- uses: actions/upload-artifact@v4
with:
name: macos_intel-artifact
path: macos_intel/



0 comments on commit 076a6f3

Please sign in to comment.