File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
run : cp dist/twitch.apk bttv.apk && shasum *.apk
55
55
56
56
# send to other release job if needed
57
- - uses : actions/upload-artifact@v2
57
+ - uses : actions/upload-artifact@v4
58
58
if : ${{ github.event_name != 'pull_request' }}
59
59
with :
60
60
name : bttv-apk
@@ -66,14 +66,14 @@ jobs:
66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- uses : actions/checkout@v2
69
- - name : Get CHANGELOGA
69
+ - name : Get CHANGELOG
70
70
id : changelog
71
71
run : |
72
72
echo "RELEASE_BODY<<EOF" > /tmp/bttv &&
73
73
head -n25 CHANGELOG.md >> /tmp/bttv &&
74
74
echo "EOF" >> /tmp/bttv &&
75
75
cat /tmp/bttv >> $GITHUB_OUTPUT
76
- - uses : actions/download-artifact@v2
76
+ - uses : actions/download-artifact@v4
77
77
with :
78
78
name : bttv-apk
79
79
- name : Create Release
You can’t perform that action at this time.
0 commit comments