Skip to content

Commit

Permalink
Revert menzorg builds
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Jan 5, 2024
1 parent 78726d8 commit 222ff0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Create tar.gz file
run: |
cd electron/dist
mv Deep.Case-1.0.0.AppImage com.deepfoundation.deepcaseImage
tar -czvf Deep.Case.tar.gz com.deepfoundation.deepcaseImage
mv Deep.Case-1.0.0.AppImage Deep.Case.AppImage
tar -czvf Deep.Case.tar.gz Deep.Case.AppImage
- name: And a README (to work around GitHub double-zips)
run: |
echo "More information: https://deep.foundation" > electron/dist/README.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Create zip file
run: |
cd electron/dist/mac
ditto -c -k --keepParent com.deepfoundation.deepcase com.deepfoundation.deepcase.zip
ditto -c -k --keepParent Deep.Case.app Deep.Case.app.zip
- name: And a README (to work around GitHub double-zips)
run: |
echo "More information: https://deep.foundation" > electron/dist/mac/README.txt
Expand All @@ -83,5 +83,5 @@ jobs:
with:
name: Deep.Case-macOS
path: |
electron/dist/mac/com.deepfoundation.deepcase.zip
electron/dist/mac/Deep.Case.app.zip
electron/dist/mac/README.txt

0 comments on commit 222ff0e

Please sign in to comment.