Skip to content

Commit fb24e6a

Browse files
committed
Fix release workflow
1 parent 6b46a27 commit fb24e6a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
{
4545
'name': 'Upload Congatudo armv7',
46-
'uses': 'congatudo/upload-release-asset@v1.1.0',
46+
'uses': 'congatudo/upload-release-asset@main',
4747
'env': { 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' },
4848
'with':
4949
{
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
'name': 'Upload Congatudo armv7 lowmem',
58-
'uses': 'congatudo/upload-release-asset@v1.1.0',
58+
'uses': 'congatudo/upload-release-asset@main',
5959
'env': { 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' },
6060
'with':
6161
{
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
'name': 'Upload Congatudo aarch64',
70-
'uses': 'congatudo/upload-release-asset@v1.1.0',
70+
'uses': 'congatudo/upload-release-asset@main',
7171
'env': { 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' },
7272
'with':
7373
{
@@ -79,7 +79,7 @@
7979
},
8080
{
8181
'name': 'Upload Congatudo amd64',
82-
'uses': 'congatudo/upload-release-asset@v1.1.0',
82+
'uses': 'congatudo/upload-release-asset@main',
8383
'env': { 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' },
8484
'with':
8585
{
@@ -96,7 +96,7 @@
9696
},
9797
{
9898
'name': 'Upload Congatudo armv7.upx',
99-
'uses': 'congatudo/upload-release-asset@v1.1.0',
99+
'uses': 'congatudo/upload-release-asset@main',
100100
'env': { 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' },
101101
'with':
102102
{
@@ -108,7 +108,7 @@
108108
},
109109
{
110110
'name': 'Upload Congatudo armv7 lowmem.upx',
111-
'uses': 'congatudo/upload-release-asset@v1.1.0',
111+
'uses': 'congatudo/upload-release-asset@main',
112112
'env': { 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' },
113113
'with':
114114
{
@@ -120,7 +120,7 @@
120120
},
121121
{
122122
'name': 'Upload Congatudo aarch64.upx',
123-
'uses': 'congatudo/upload-release-asset@v1.1.0',
123+
'uses': 'congatudo/upload-release-asset@main',
124124
'env': { 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' },
125125
'with':
126126
{
@@ -132,7 +132,7 @@
132132
},
133133
{
134134
'name': 'Upload Congatudo amd64.upx',
135-
'uses': 'congatudo/upload-release-asset@v1.1.0',
135+
'uses': 'congatudo/upload-release-asset@main',
136136
'env': { 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' },
137137
'with':
138138
{
@@ -149,7 +149,7 @@
149149
},
150150
{
151151
'name': 'Upload manifest',
152-
'uses': 'congatudo/upload-release-asset@v1.1.0',
152+
'uses': 'congatudo/upload-release-asset@main',
153153
'env': { 'GITHUB_TOKEN': '${{ secrets.GITHUB_TOKEN }}' },
154154
'with':
155155
{

0 commit comments

Comments
 (0)