Upload release

This commit is contained in:
Juan Gilsanz Polo 2023-05-27 02:50:48 +02:00
parent 38bff906f6
commit ce3d664e5c

View file

@ -87,3 +87,8 @@ jobs:
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
tag: ${{ github.event.inputs.version }} tag: ${{ github.event.inputs.version }}
commit: ${{ github.sha }} commit: ${{ github.sha }}
- name: Upload release
uses: actions/upload-artifact@v2
with:
name: AdGuardHomeManager_${{ github.event.inputs.version }}_macOS_Universal.dmg
path: $MACOS_APP_RELEASE_PATH/AdGuardHomeManager_${{ github.event.inputs.version }}_macOS_Universal.dmg