Skip to content

Commit f079b9e

Browse files
committed
Make basic-webserver release
1 parent 8f71844 commit f079b9e

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Diff for: .github/workflows/basic_webserver_build_release.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
# pull_request:
2+
pull_request:
33
workflow_dispatch:
44

55
# this cancels workflows currently in progress if you start a new one
@@ -18,10 +18,16 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_x86_64-latest.tar.gz
22-
- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-latest.tar.gz
23-
- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_x86_64-latest.tar.gz
24-
- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_apple_silicon-latest.tar.gz
21+
# get latest nightly releases
22+
#- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_x86_64-latest.tar.gz
23+
#- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-latest.tar.gz
24+
#- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_x86_64-latest.tar.gz
25+
#- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_apple_silicon-latest.tar.gz
26+
- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_x86_64-TESTING.tar.gz
27+
- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-TESTING.tar.gz
28+
- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_x86_64-TESTING.tar.gz
29+
- run: curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_apple_silicon-TESTING.tar.gz
30+
2531

2632
- name: Save roc_nightly archives
2733
uses: actions/upload-artifact@v4

Diff for: .github/workflows/ci_manager.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request:
2+
#pull_request:
33

44
name: CI manager
55

0 commit comments

Comments
 (0)