Skip to content

Commit

Permalink
ci: fix publish yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Forsworns <yangpeihao@sjtu.edu.cn>
  • Loading branch information
Forsworns committed Feb 19, 2024
1 parent 0cb1cd7 commit a71a823
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflow/build.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
run: gradle -PGHIDRA_INSTALL_DIR=${{ github.workspace }}/../tmp/ghidra/ghidra_PUBLIC
- name: Configure and zip
run: |
mv ./dist/$(ls ./dist) ./dist/${{ env.zip_name }}
cp ./util/* ./dist
(cd ./dist && zip -r ../${{ env.zip_name }} .)
mv ./dist/$(ls ./dist) ./${{ env.zip_name }}
- name: Upload ${{ env.zip_name }} to GH Release
uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208 # v2
with:
Expand Down

0 comments on commit a71a823

Please sign in to comment.