File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 42
42
steps :
43
43
44
44
with :
45
+ persist-credentials : false
45
46
fetch-depth : 0
46
47
filter : " tree:0"
47
48
- uses : DeterminateSystems/nix-installer-action@main
61
62
steps :
62
63
63
64
with :
65
+ persist-credentials : false
64
66
fetch-depth : 0
65
67
filter : " tree:0"
66
68
- uses : DeterminateSystems/nix-installer-action@main
95
97
steps :
96
98
97
99
with :
100
+ persist-credentials : false
98
101
fetch-depth : 0
99
102
filter : " tree:0"
100
103
- uses : DeterminateSystems/nix-installer-action@main
Original file line number Diff line number Diff line change 15
15
build_type : [RelWithDebInfo, MinSizeRel]
16
16
steps :
17
17
- uses : actions/checkout@v4
18
+ with :
19
+ persist-credentials : false
18
20
19
21
- name : Set up QEMU
20
22
uses : docker/setup-qemu-action@v3
76
78
run : |
77
79
cat ${{ github.workspace }}/.github/workflows/packaging/readme.template.txt >> ${{ github.workspace }}/zipfile/readme.txt
78
80
cp ${{ github.workspace }}/.github/workflows/packaging/install-greengrass-lite.sh ${{ github.workspace }}/zipfile/
79
- sed -i 's|{{ VERSION_LINK }}|${{ github.server_url } }/${{ github.repository }}/commit/${{ github.sha }}|g' ${{ github.workspace }}/zipfile/readme.txt
81
+ sed -i 's|{{ VERSION_LINK }}|${ GITHUB_SERVER_URL }/${{ github.repository }}/commit/${{ github.sha }}|g' ${{ github.workspace }}/zipfile/readme.txt
80
82
sed -i 's|{{ UBUNTU_VERSION }}|24.04|g' ${{ github.workspace }}/zipfile/install-greengrass-lite.sh
81
83
cat ${{ github.workspace }}/LICENSE >> ${{ github.workspace }}/zipfile/readme.txt
82
84
99
101
if : matrix.build_type == 'MinSizeRel' && matrix.architecture == ''
100
102
uses : actions/upload-artifact@v4
101
103
with :
104
+ persist-credentials : false
102
105
name : aws-greengrass-lite-ubuntu-${{ matrix.architecture || 'x86-64'}}
103
106
path : |
104
107
${{ github.workspace }}/zipfile/*
Original file line number Diff line number Diff line change 16
16
build_type : [RelWithDebInfo, MinSizeRel]
17
17
steps :
18
18
- uses : actions/checkout@v4
19
+ with :
20
+ persist-credentials : false
19
21
20
22
- name : Set up QEMU
21
23
uses : docker/setup-qemu-action@v3
63
65
run : |
64
66
cat ${{ github.workspace }}/.github/workflows/static-packaging/readme.template.txt >> ${{ github.workspace }}/zipfile/readme.txt
65
67
cp ${{ github.workspace }}/.github/workflows/packaging/install-greengrass-lite.sh ${{ github.workspace }}/zipfile/
66
- sed -i 's|{{ VERSION_LINK }}|${{ github.server_url } }/${{ github.repository }}/commit/${{ github.sha }}|g' ${{ github.workspace }}/zipfile/readme.txt
68
+ sed -i 's|{{ VERSION_LINK }}|${ GITHUB_SERVER_URL }/${{ github.repository }}/commit/${{ github.sha }}|g' ${{ github.workspace }}/zipfile/readme.txt
67
69
sed -i 's|{{ UBUNTU_VERSION }}|22.04|g' ${{ github.workspace }}/zipfile/install-greengrass-lite.sh
68
70
cat ${{ github.workspace }}/LICENSE >> ${{ github.workspace }}/zipfile/readme.txt
69
71
- name : md5sums
You can’t perform that action at this time.
0 commit comments