We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67c737 commit dfaf5a1Copy full SHA for dfaf5a1
.github/workflows/build.yml
@@ -23,8 +23,8 @@ jobs:
23
matrix:
24
include:
25
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
26
- # - { name: macos-universal, os: macos-11, cross-target: aarch64-apple-darwin }
27
- # - { name: windows, os: windows-latest, cross-target: '' }
+ - { name: macos-universal, os: macos-11, cross-target: aarch64-apple-darwin }
+ - { name: windows, os: windows-latest, cross-target: '' }
28
name: Package plugin binaries
29
runs-on: ${{ matrix.os }}
30
steps:
@@ -138,7 +138,7 @@ jobs:
138
dir_name="${directory%/}"
139
140
# Create a zip archive with the directory name
141
- zip -r "${dir_name}.zip" "$dir_name/*"
+ zip -r "${dir_name}.zip" "$dir_name"
142
done
143
144
- name: Check content after zipping
0 commit comments