Commit 791f21c 1 parent f59a7b5 commit 791f21c Copy full SHA for 791f21c
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 @@ -50,17 +50,17 @@ jobs:
50
50
run : |
51
51
folder=$(ls -d release-builds/*)
52
52
cd "$folder"
53
- zip -r "../AES67-${{ matrix.os }}-${{ matrix.arch }}.zip" *
53
+ zip -r "../AES67-${{ matrix.platform }}-${{ matrix.arch }}.zip" *
54
54
55
55
- name : Zip Build Folder (Windows)
56
56
if : runner.os == 'Windows'
57
57
shell : pwsh
58
58
run : |
59
59
$folder = Get-ChildItem -Directory -Path release-builds | Select-Object -First 1
60
- Compress-Archive -Path "$($folder.FullName)\*" -DestinationPath "AES67-${{ matrix.os }}-${{ matrix.arch }}.zip"
60
+ Compress-Archive -Path "$($folder.FullName)\*" -DestinationPath "release-builds/ AES67-${{ matrix.platform }}-${{ matrix.arch }}.zip"
61
61
62
62
- name : Upload Artifacts
63
63
uses : actions/upload-artifact@v4
64
64
with :
65
- name : AES67-${{ matrix.os }}-${{ matrix.arch }}
66
- path : release-builds/AES67-${{ matrix.os }}-${{ matrix.arch }}.zip
65
+ name : AES67-${{ matrix.platform }}-${{ matrix.arch }}
66
+ path : release-builds/AES67-${{ matrix.platform }}-${{ matrix.arch }}.zip
You can’t perform that action at this time.
0 commit comments