We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d48347 commit e22a395Copy full SHA for e22a395
1 file changed
.github/workflows/upload.yml
@@ -35,15 +35,15 @@ jobs:
35
shopt -s extglob
36
mv !(plugin.audio.music163) plugin.audio.music163
37
- name: Upload addon
38
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
39
with:
40
name: plugin.audio.music163-${{ env.VERSION }}-python3
41
path: ./
42
- name: Change python version
43
run: |
44
sed -i "s/3\.0\.0/2\.7\.0/g" ./plugin.audio.music163/addon.xml
45
46
47
48
name: plugin.audio.music163-${{ env.VERSION }}-python2
49
0 commit comments