Commit 8f629b5 1 parent e995510 commit 8f629b5 Copy full SHA for 8f629b5
File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ jobs:
56
56
57
57
- name : Upload _release
58
58
if : ${{ matrix.os == 'ubuntu-latest' }}
59
- uses : actions/upload-artifact@master
59
+ uses : actions/upload-artifact@main
60
60
with :
61
61
name : _release
62
62
path : _release
63
63
64
64
- name : Upload artifacts for ${{ matrix.os }}
65
- uses : actions/upload-artifact@master
65
+ uses : actions/upload-artifact@main
66
66
with :
67
67
name : ${{ matrix.os }}
68
68
path : _build/default/bin/main.exe
@@ -80,19 +80,19 @@ jobs:
80
80
node-version : 12.x
81
81
82
82
- name : Download _release
83
- uses : actions/download-artifact@master
83
+ uses : actions/download-artifact@main
84
84
with :
85
85
name : _release
86
86
path : _release
87
87
88
88
- name : Download linux artifacts
89
- uses : actions/download-artifact@master
89
+ uses : actions/download-artifact@main
90
90
with :
91
91
name : ubuntu-latest
92
92
path : _release/platform-linux-x64
93
93
94
94
- name : Download macOS artifacts
95
- uses : actions/download-artifact@master
95
+ uses : actions/download-artifact@main
96
96
with :
97
97
name : macos-latest
98
98
path : _release/platform-darwin-x64
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img width="300" src="https://raw.githubusercontent.com/tmattio/spin/master /doc/logo.svg?sanitize=true" alt="Logo">
2
+ <img width="300" src="https://raw.githubusercontent.com/tmattio/spin/main /doc/logo.svg?sanitize=true" alt="Logo">
3
3
<br ><br >
4
4
OCaml project generator.
5
5
</p >
26
26
</p >
27
27
28
28
<div align =" center " >
29
- <img src =" https://raw.githubusercontent.com/tmattio/spin/master /doc/demo.svg?sanitize=true " alt =" Demo " >
29
+ <img src =" https://raw.githubusercontent.com/tmattio/spin/main /doc/demo.svg?sanitize=true " alt =" Demo " >
30
30
</div >
31
31
32
32
## Features
@@ -56,7 +56,7 @@ opam install spin
56
56
### Using a script
57
57
58
58
``` bash
59
- curl -fsSL https://github.com/tmattio/spin/raw/master /script/install.sh | bash
59
+ curl -fsSL https://github.com/tmattio/spin/raw/main /script/install.sh | bash
60
60
```
61
61
62
62
## Templates
@@ -100,7 +100,7 @@ Although the focus of Spin is to offer a great project generator for the OCaml e
100
100
101
101
## Usage
102
102
103
- For a detailed documentation of Spin's CLI, run ` spin --help ` , or refer to the [ CLI documentation] ( https://github.com/tmattio/spin/tree/master /doc/cli.md ) .
103
+ For a detailed documentation of Spin's CLI, run ` spin --help ` , or refer to the [ CLI documentation] ( https://github.com/tmattio/spin/tree/main /doc/cli.md ) .
104
104
105
105
### ` spin new TEMPLATE [PATH] [--default] [--ignore-config] `
106
106
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ opam install {{ project_slug }}
25
25
### Using a script
26
26
27
27
``` bash
28
- curl -fsSL https://github.com/{{ github_username }}/{{ project_slug }}/raw/master /script/install.sh | bash
28
+ curl -fsSL https://github.com/{{ github_username }}/{{ project_slug }}/raw/main /script/install.sh | bash
29
29
```
30
30
31
31
## Usage
You can’t perform that action at this time.
0 commit comments