File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 steps :
4848 - name : Setup MSBuild
4949 if : matrix.os.name == 'windows'
50- uses : microsoft/setup-msbuild@v1.1
50+ uses : microsoft/setup-msbuild@v3
5151
5252 - name : Setup Visual Studio 2022
5353 if : matrix.os.name == 'windows'
9494 cp -v ./build/${{ matrix.os.mask }} artifacts/
9595
9696 - name : Upload artifacts
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v7
9898 with :
9999 name : hrtng-ida${{ matrix.ida.version }}-${{ matrix.os.name }}
100100 path : artifacts/*
@@ -129,10 +129,10 @@ jobs:
129129 - name : Create archive
130130 shell : bash
131131 run : |
132- # cp -v logo.jpg artifacts/
133- # cp -v README.md artifacts/
132+ cp -v logo.jpg artifacts/
133+ cp -v README.md artifacts/
134134 cp -v bin/plugins/*.txt artifacts/
135- cp -v ida-plugin.json artifacts/
135+ jq '.plugin.idaVersions = "==${{ matrix. ida.version }}"' ida -plugin.json > artifacts/ida-plugin.json
136136 cd artifacts
137137 zip -r ../hrtng-ida${{ matrix.ida.version }}.zip *
138138 cd ..
You can’t perform that action at this time.
0 commit comments