fix: typo in macos release (#488)

This commit is contained in:
Carlos Valente
2023-08-12 11:52:05 +02:00
committed by GitHub
parent 4f298e6fd9
commit a46a0e1631
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
'./apps/electron/dist/ontime-macOS-x64.dmg'
'./apps/electron/dist/ontime-macOS-arm64.dmg'
./apps/electron/dist/ontime-macOS-x64.dmg
./apps/electron/dist/ontime-macOS-arm64.dmg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}