Skip to content

Commit be54361

Browse files
committed
ci: revert macOS package signing and remove temp artifacts
1 parent 9b6fd3b commit be54361

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
with:
3232
name: package.${{ matrix.runtime }}
3333
path: build/sourcegit_*.zip
34+
- name: Delete temp artifacts
35+
uses: geekyeggo/delete-artifact@v5
36+
with:
37+
name: sourcegit.${{ matrix.runtime }}
3438
osx-app:
3539
name: Package OSX app
3640
runs-on: macos-latest
@@ -58,6 +62,10 @@ jobs:
5862
with:
5963
name: package.${{ matrix.runtime }}
6064
path: build/sourcegit_*.zip
65+
- name: Delete temp artifacts
66+
uses: geekyeggo/delete-artifact@v5
67+
with:
68+
name: sourcegit.${{ matrix.runtime }}
6169
linux:
6270
name: Package Linux
6371
runs-on: ubuntu-latest
@@ -93,3 +101,7 @@ jobs:
93101
build/sourcegit-*.AppImage
94102
build/sourcegit_*.deb
95103
build/sourcegit-*.rpm
104+
- name: Delete temp artifacts
105+
uses: geekyeggo/delete-artifact@v5
106+
with:
107+
name: sourcegit.${{ matrix.runtime }}

build/scripts/package.osx-app.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ mv SourceGit SourceGit.app/Contents/MacOS
1919
cp resources/app/App.icns SourceGit.app/Contents/Resources/App.icns
2020
sed "s/SOURCE_GIT_VERSION/$VERSION/g" resources/app/App.plist > SourceGit.app/Contents/Info.plist
2121
rm -rf SourceGit.app/Contents/MacOS/SourceGit.dsym
22-
codesign --force --deep --sign - SourceGit.app
2322

2423
zip "sourcegit_$VERSION.$RUNTIME.zip" -r SourceGit.app

0 commit comments

Comments
 (0)