Skip to content

Commit a71a823

Browse files
committed
ci: fix publish yaml
Signed-off-by: Forsworns <[email protected]>
1 parent 0cb1cd7 commit a71a823

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
run: gradle -PGHIDRA_INSTALL_DIR=${{ github.workspace }}/../tmp/ghidra/ghidra_PUBLIC
3939
- name: Configure and zip
4040
run: |
41-
mv ./dist/$(ls ./dist) ./dist/${{ env.zip_name }}
42-
cp ./util/* ./dist
43-
(cd ./dist && zip -r ../${{ env.zip_name }} .)
41+
mv ./dist/$(ls ./dist) ./${{ env.zip_name }}
4442
- name: Upload ${{ env.zip_name }} to GH Release
4543
uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208 # v2
4644
with:

0 commit comments

Comments
 (0)