Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Nov 17, 2024
1 parent 6d22399 commit 6ca37bb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,6 @@ jobs:
- name: assemble macos dmg artifact
run: ./gradlew :desktopApp:packageDmg

# - name: upload binaries
# uses: actions/upload-artifact@v4
# with:
# path: desktopApp/build/compose/binaries/main/**

- name: "upload artifacts to outputs"
uses: actions/upload-artifact@v4
with:
Expand All @@ -314,7 +309,8 @@ jobs:
- name: expose dmg path
run: |
echo "DMG_PATH=$(find desktopApp/build/compose/binaries/main/dmg -name '*.dmg' -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -d' ' -f2)" >> $GITHUB_ENV
DMG_PATH=$(find desktopApp/build/compose/binaries/main/dmg -name '*.dmg' | sort | tail -n 1)
echo "DMG_PATH=$DMG_PATH" >> $GITHUB_ENV
- name: send macos telegram message
env:
Expand Down

0 comments on commit 6ca37bb

Please sign in to comment.