mirror of
https://github.com/heyman/heynote.git
synced 2024-12-22 14:40:37 +01:00
Fix artifact file name
This commit is contained in:
parent
72f0bb5e21
commit
2f9b6b8aab
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
if: ${{ matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: heynote-mac-universal-${{ github.sha }}
|
name: heynote-mac-arm64-${{ github.sha }}
|
||||||
path: release/*/Heynote_*_arm64.dmg
|
path: release/*/Heynote_*_arm64.dmg
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user