mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-09 16:17:47 +00:00
Upload release
This commit is contained in:
parent
38bff906f6
commit
ce3d664e5c
1 changed files with 6 additions and 1 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -87,3 +87,8 @@ jobs:
|
|||
token: ${{ secrets.GH_TOKEN }}
|
||||
tag: ${{ github.event.inputs.version }}
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue