Skip to content

Commit

Permalink
chore: fix #84
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed Aug 8, 2024
1 parent b45b33e commit 26781d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
codesign -s "Developer ID Application" -f --timestamp -o runtime --deep "ishare.app"
npm install --global create-dmg
create-dmg "ishare.app" --overwrite
DMG_FILE=$(ls *.dmg)
mv *.dmg ishare.dmg
DMG_FILE="ishare.dmg"
echo "DMG_FILE=$DMG_FILE" >> $GITHUB_ENV
xcrun notarytool submit "$DMG_FILE" --wait --apple-id "${{ secrets.NOTARIZATION_USERNAME }}" --password "${{ secrets.NOTARIZATION_PASSWORD }}" --team-id "L988J7YMK5"
xcrun stapler staple "$DMG_FILE"
Expand Down Expand Up @@ -154,11 +155,13 @@ jobs:

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site

- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</a>
</p>
<p align="center">
<a href="https://github.com/castdrian/ishare/releases/latest/download/ishare_macOS.zip" download>
<a href="https://github.com/castdrian/ishare/releases/latest/download/ishare.dmg" download>
<img src="https://i.imgur.com/EthZVfR.png" alt="Download Latest Release" width="200">
</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>GitHub.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>1</integer>
</dict>
<key>Playground (Playground) 1.xcscheme</key>
<dict>
Expand Down Expand Up @@ -38,7 +38,7 @@
<key>sharemenuext.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>4</integer>
<integer>2</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down

0 comments on commit 26781d3

Please sign in to comment.