Skip to content

Commit

Permalink
nightly folder updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 authored Jan 6, 2025
1 parent 629fb3d commit a8cc9cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_macos_apple_silicon.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
#pull_request:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 9 * * *"
Expand Down
3 changes: 2 additions & 1 deletion ci/package_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ mkdir -p $1 $1/examples
mv target/release-with-lto/{roc,roc_language_server,lib} $1
mv LICENSE LEGAL_DETAILS $1

mv examples/platform-switching $1/examples
mv crates/cli/tests/platform-switching $1/examples
mv examples/README.md $1/examples

# temporary github.com/roc-lang/roc/pull/7231
rm $1/examples/platform-switching/rocLovesRust.roc
Expand Down

0 comments on commit a8cc9cf

Please sign in to comment.