File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,17 @@ jobs:
5050 run : |
5151 folder=$(ls -d release-builds/*)
5252 cd "$folder"
53- zip -r "../AES67-${{ matrix.os }}-${{ matrix.arch }}.zip" *
53+ zip -r "../AES67-${{ matrix.platform }}-${{ matrix.arch }}.zip" *
5454
5555 - name : Zip Build Folder (Windows)
5656 if : runner.os == 'Windows'
5757 shell : pwsh
5858 run : |
5959 $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"
6161
6262 - name : Upload Artifacts
6363 uses : actions/upload-artifact@v4
6464 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