We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb1cd7 commit a71a823Copy full SHA for a71a823
.github/workflow/build.yml .github/workflows/build.yml.github/workflow/build.yml renamed to .github/workflows/build.yml
@@ -38,9 +38,7 @@ jobs:
38
run: gradle -PGHIDRA_INSTALL_DIR=${{ github.workspace }}/../tmp/ghidra/ghidra_PUBLIC
39
- name: Configure and zip
40
run: |
41
- mv ./dist/$(ls ./dist) ./dist/${{ env.zip_name }}
42
- cp ./util/* ./dist
43
- (cd ./dist && zip -r ../${{ env.zip_name }} .)
+ mv ./dist/$(ls ./dist) ./${{ env.zip_name }}
44
- name: Upload ${{ env.zip_name }} to GH Release
45
uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208 # v2
46
with:
0 commit comments