File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
bash ../distribute/distribute-docker.sh ${{ matrix.target }}
41
41
42
42
- name : Archive built files
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4.4.3
44
44
with :
45
- name : output binaries
45
+ name : output binaries ${{ matrix.target }}
46
46
path : |
47
47
output/*
48
48
53
53
runs-on : ubuntu-20.04
54
54
steps :
55
55
- name : Download artifacts
56
- uses : actions/download-artifact@v2
56
+ uses : actions/download-artifact@v4.1.8
57
57
- name : Inspect directory after downloading artifacts
58
58
run : ls -alFR
59
59
- name : Create release and upload artifacts
62
62
run : |
63
63
wget https://github.com/TheAssassin/pyuploadtool/releases/download/20231223-1/pyuploadtool-x86_64.AppImage
64
64
chmod +x pyuploadtool-x86_64.AppImage
65
- ./pyuploadtool-x86_64.AppImage "output binaries"/*.*
65
+ ./pyuploadtool-x86_64.AppImage "output binaries"* /*.*
You can’t perform that action at this time.
0 commit comments