Skip to content

Commit df1afc9

Browse files
authored
Update release.yml
1 parent 6f29835 commit df1afc9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,13 @@ jobs:
139139
# Mix in x86_64 files that do not appear in the ARM64 build (e.g. libvulkan)
140140
cp -v -R -n x86_64/iris.app/* iris.app/ || true
141141
codesign --force -s - -vvvv iris.app
142-
mkdir dist -p
143-
mv iris.app dist
144142
- name: Generate artifact name
145143
id: generate-name
146144
run: |
147145
echo "::set-output name=artifact::iris-${{ github.ref_name }}-macos"
148146
- name: Zip artifact
149147
run: |
150-
zip -rj ${{ steps.generate-name.outputs.artifact }}.zip dist
148+
zip -r ${{ steps.generate-name.outputs.artifact }}.zip iris.app
151149
- name: Upload to release
152150
uses: softprops/action-gh-release@v1
153151
with:

0 commit comments

Comments
 (0)