diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8edf8f0..7d180aa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,4 +86,9 @@ jobs: artifacts: "$MACOS_APP_RELEASE_PATH/AdGuardHomeManager_${{ github.event.inputs.version }}_macOS_Universal.dmg" token: ${{ secrets.GH_TOKEN }} tag: ${{ github.event.inputs.version }} - commit: ${{ github.sha }} \ No newline at end of file + 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 \ No newline at end of file