File tree 1 file changed +23
-23
lines changed
1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -4,29 +4,6 @@ on: [push, pull_request]
4
4
5
5
jobs :
6
6
7
- standalone :
8
- runs-on : ubuntu-latest
9
- steps :
10
- - name : Checkout
11
- uses : actions/checkout@v4
12
- with :
13
- fetch-depth : 0
14
- - name : Fetch tags
15
- run : |
16
- git fetch --prune --tags ||:
17
- - name : Configure standalone script
18
- run : |
19
- ./bootstrap.sh
20
- ./configure --with-standalone --bindir=/
21
- make DESTDIR=. install-exec
22
- echo VERSION=$(cat .version) >> $GITHUB_ENV
23
- sha256sum vcsh-standalone.sh
24
- - name : Post standalone script artifact
25
- uses : actions/upload-artifact@v4
26
- with :
27
- name : standalone-deployment-${{ env.VERSION }}
28
- path : vcsh-standalone.sh
29
-
30
7
source-dist :
31
8
runs-on : ubuntu-latest
32
9
steps :
62
39
with :
63
40
name : vcsh-${{ env.VERSION }}
64
41
path : vcsh-${{ env.VERSION }}.zip
42
+
43
+ standalone :
44
+ runs-on : ubuntu-latest
45
+ steps :
46
+ - name : Checkout
47
+ uses : actions/checkout@v4
48
+ with :
49
+ fetch-depth : 0
50
+ - name : Fetch tags
51
+ run : |
52
+ git fetch --prune --tags ||:
53
+ - name : Configure standalone script
54
+ run : |
55
+ ./bootstrap.sh
56
+ ./configure --with-standalone --bindir=/
57
+ make DESTDIR=. install-exec
58
+ echo VERSION=$(cat .version) >> $GITHUB_ENV
59
+ sha256sum vcsh-standalone.sh
60
+ - name : Post standalone script artifact
61
+ uses : actions/upload-artifact@v4
62
+ with :
63
+ name : standalone-deployment-${{ env.VERSION }}
64
+ path : vcsh-standalone.sh
You can’t perform that action at this time.
0 commit comments